Html Css Color HEX #99D044 Atlantis

📋 copy color: '#99D044'

red 153 ◦ green 208 ◦ blue 68

#99D044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #99D044

Tints of Atlantis #99D044

RGB

 RED value IS 153 (60.16% from 255) = 35.66%

 GREEN value IS 208 (81.64% from 255) = 48.48%

 BLUE value IS 68 (26.95% from 255) = 15.85%

R = 35.66%
G = 48.48%
B = 15.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#99D044 (or 0x99D044) is known color: Atlantis. HEX triplet: 99, D0 and 44. RGB value is (153,208,68). Sum of RGB (Red+Green+Blue) = 153+208+68=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #99D044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D044 is #662FBB. Grayscale: #B0B0B0. Windows color (decimal): -6696892 or 4509849. OLE color: 4509849.

HSL color Cylindrical-coordinate representation of color #99D044: hue angle of 83.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99D044 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 208 68 -
CMYK 0.26 0 0.67 0.18
HSL 83.57º 0.6% 0.54% -
HSV(B) 83.57º 0.67% 0.82% -
XYZ 36.74 52.3 13.63 -
YUV 175.6 67.28 111.88 -
System Red Green Blue C M Y K H S L
Decimal 153 208 68 0.26 0 0.67 0.18 83.57 0.6 0.54
Hex 99 D0 44 1A 0 43 12 54 3C 36
Octal 231 320 104 32 0 103 22 124 74 66
Binary 10011001 11010000 1000100 11010 0 1000011 10010 1010100 111100 110110

Color Harmonies of #99D044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D044

Black with #99D044

Text Example


Text Example

White with #99D044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D044; }

 p { color: rgb(153,208,68); }

 H1.HeaderClassName
 {
   color: #99D044;
 }
 .AnyTagClassName
 {
   color: #99D044;
 }
</style>

background-color css

<style>
 a { background-color: #99D044; }

 a { background-color: rgb(153,208,68); }

 div.DivClassName
 {
   background-color: #99D044;
 }
 .BgClassName
 {
   background-color: #99D044;
 }
</style>

border-color css

<style>
 span { border-color: #99D044; }

 span { border-color: rgb(153,208,68); }

 td.TdClassName
 {
   border-color: #99D044;
 }
 .TagClassName
 {
   border-color: #99D044;
 }
</style>