Shades of Atlantis #99CA57
Tints of Atlantis #99CA57
RGB
CMYK
RGB Variations
Color information
#99CA57 (or 0x99CA57) is known color: Atlantis. HEX triplet: 99, CA and 57. RGB value is (153,202,87). Sum of RGB (Red+Green+Blue) = 153+202+87=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA57 is #6635A8. Grayscale: #AEAEAE. Windows color (decimal): -6698409 or 5753497. OLE color: 5753497.
HSL color Cylindrical-coordinate representation of color #99CA57: hue angle of 85.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99CA57 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 87 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.21 |
| HSL | 85.57º | 0.52% | 0.57% | - |
| HSV(B) | 85.57º | 0.57% | 0.79% | - |
| XYZ | 35.98 | 49.7 | 16.71 | - |
| YUV | 174.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 87 | 0.24 | 0 | 0.57 | 0.21 | 85.57 | 0.52 | 0.57 |
| Hex | 99 | CA | 57 | 18 | 0 | 39 | 15 | 56 | 34 | 39 |
| Octal | 231 | 312 | 127 | 30 | 0 | 71 | 25 | 126 | 64 | 71 |
| Binary | 10011001 | 11001010 | 1010111 | 11000 | 0 | 111001 | 10101 | 1010110 | 110100 | 111001 |
Color Harmonies of #99CA57
Complementary color
Monochromatic Colors of #99CA57
Black with #99CA57
Text Example
Text Example
White with #99CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA57; }
p { color: rgb(153,202,87); }
H1.HeaderClassName
{
color: #99CA57;
}
.AnyTagClassName
{
color: #99CA57;
}
</style>
background-color css
<style>
a { background-color: #99CA57; }
a { background-color: rgb(153,202,87); }
div.DivClassName
{
background-color: #99CA57;
}
.BgClassName
{
background-color: #99CA57;
}
</style>
border-color css
<style>
span { border-color: #99CA57; }
span { border-color: rgb(153,202,87); }
td.TdClassName
{
border-color: #99CA57;
}
.TagClassName
{
border-color: #99CA57;
}
</style>