Shades of Atlantis #99CA44
Tints of Atlantis #99CA44
RGB
CMYK
RGB Variations
Color information
#99CA44 (or 0x99CA44) is known color: Atlantis. HEX triplet: 99, CA and 44. RGB value is (153,202,68). Sum of RGB (Red+Green+Blue) = 153+202+68=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CA44 is #6635BB. Grayscale: #ACACAC. Windows color (decimal): -6698428 or 4508313. OLE color: 4508313.
HSL color Cylindrical-coordinate representation of color #99CA44: hue angle of 81.94º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99CA44 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 68 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.21 |
| HSL | 81.94º | 0.56% | 0.53% | - |
| HSV(B) | 81.94º | 0.66% | 0.79% | - |
| XYZ | 35.3 | 49.43 | 13.15 | - |
| YUV | 172.07 | 69.27 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 68 | 0.24 | 0 | 0.66 | 0.21 | 81.94 | 0.56 | 0.53 |
| Hex | 99 | CA | 44 | 18 | 0 | 42 | 15 | 52 | 38 | 35 |
| Octal | 231 | 312 | 104 | 30 | 0 | 102 | 25 | 122 | 70 | 65 |
| Binary | 10011001 | 11001010 | 1000100 | 11000 | 0 | 1000010 | 10101 | 1010010 | 111000 | 110101 |
Color Harmonies of #99CA44
Complementary color
Monochromatic Colors of #99CA44
Black with #99CA44
Text Example
Text Example
White with #99CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA44; }
p { color: rgb(153,202,68); }
H1.HeaderClassName
{
color: #99CA44;
}
.AnyTagClassName
{
color: #99CA44;
}
</style>
background-color css
<style>
a { background-color: #99CA44; }
a { background-color: rgb(153,202,68); }
div.DivClassName
{
background-color: #99CA44;
}
.BgClassName
{
background-color: #99CA44;
}
</style>
border-color css
<style>
span { border-color: #99CA44; }
span { border-color: rgb(153,202,68); }
td.TdClassName
{
border-color: #99CA44;
}
.TagClassName
{
border-color: #99CA44;
}
</style>