Shades of Atlantis #99CA39
Tints of Atlantis #99CA39
RGB
CMYK
RGB Variations
Color information
#99CA39 (or 0x99CA39) is known color: Atlantis. HEX triplet: 99, CA and 39. RGB value is (153,202,57). Sum of RGB (Red+Green+Blue) = 153+202+57=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CA39 is #6635C6. Grayscale: #ABABAB. Windows color (decimal): -6698439 or 3787417. OLE color: 3787417.
HSL color Cylindrical-coordinate representation of color #99CA39: hue angle of 80.28º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99CA39 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 57 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.21 |
| HSL | 80.28º | 0.58% | 0.51% | - |
| HSV(B) | 80.28º | 0.72% | 0.79% | - |
| XYZ | 35 | 49.31 | 11.54 | - |
| YUV | 170.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 57 | 0.24 | 0 | 0.72 | 0.21 | 80.28 | 0.58 | 0.51 |
| Hex | 99 | CA | 39 | 18 | 0 | 48 | 15 | 50 | 3A | 33 |
| Octal | 231 | 312 | 71 | 30 | 0 | 110 | 25 | 120 | 72 | 63 |
| Binary | 10011001 | 11001010 | 111001 | 11000 | 0 | 1001000 | 10101 | 1010000 | 111010 | 110011 |
Color Harmonies of #99CA39
Complementary color
Monochromatic Colors of #99CA39
Black with #99CA39
Text Example
Text Example
White with #99CA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA39; }
p { color: rgb(153,202,57); }
H1.HeaderClassName
{
color: #99CA39;
}
.AnyTagClassName
{
color: #99CA39;
}
</style>
background-color css
<style>
a { background-color: #99CA39; }
a { background-color: rgb(153,202,57); }
div.DivClassName
{
background-color: #99CA39;
}
.BgClassName
{
background-color: #99CA39;
}
</style>
border-color css
<style>
span { border-color: #99CA39; }
span { border-color: rgb(153,202,57); }
td.TdClassName
{
border-color: #99CA39;
}
.TagClassName
{
border-color: #99CA39;
}
</style>