Shades of Atlantis #99CA3E
Tints of Atlantis #99CA3E
RGB
CMYK
RGB Variations
Color information
#99CA3E (or 0x99CA3E) is known color: Atlantis. HEX triplet: 99, CA and 3E. RGB value is (153,202,62). Sum of RGB (Red+Green+Blue) = 153+202+62=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CA3E is #6635C1. Grayscale: #ABABAB. Windows color (decimal): -6698434 or 4115097. OLE color: 4115097.
HSL color Cylindrical-coordinate representation of color #99CA3E: hue angle of 81º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99CA3E is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 62 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.21 |
| HSL | 81º | 0.57% | 0.52% | - |
| HSV(B) | 81º | 0.69% | 0.79% | - |
| XYZ | 35.13 | 49.36 | 12.23 | - |
| YUV | 171.39 | 66.27 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 62 | 0.24 | 0 | 0.69 | 0.21 | 81 | 0.57 | 0.52 |
| Hex | 99 | CA | 3E | 18 | 0 | 45 | 15 | 51 | 39 | 34 |
| Octal | 231 | 312 | 76 | 30 | 0 | 105 | 25 | 121 | 71 | 64 |
| Binary | 10011001 | 11001010 | 111110 | 11000 | 0 | 1000101 | 10101 | 1010001 | 111001 | 110100 |
Color Harmonies of #99CA3E
Complementary color
Monochromatic Colors of #99CA3E
Black with #99CA3E
Text Example
Text Example
White with #99CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA3E; }
p { color: rgb(153,202,62); }
H1.HeaderClassName
{
color: #99CA3E;
}
.AnyTagClassName
{
color: #99CA3E;
}
</style>
background-color css
<style>
a { background-color: #99CA3E; }
a { background-color: rgb(153,202,62); }
div.DivClassName
{
background-color: #99CA3E;
}
.BgClassName
{
background-color: #99CA3E;
}
</style>
border-color css
<style>
span { border-color: #99CA3E; }
span { border-color: rgb(153,202,62); }
td.TdClassName
{
border-color: #99CA3E;
}
.TagClassName
{
border-color: #99CA3E;
}
</style>