Shades of Atlantis #99CA4D
Tints of Atlantis #99CA4D
RGB
CMYK
RGB Variations
Color information
#99CA4D (or 0x99CA4D) is known color: Atlantis. HEX triplet: 99, CA and 4D. RGB value is (153,202,77). Sum of RGB (Red+Green+Blue) = 153+202+77=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA4D is #6635B2. Grayscale: #ADADAD. Windows color (decimal): -6698419 or 5098137. OLE color: 5098137.
HSL color Cylindrical-coordinate representation of color #99CA4D: hue angle of 83.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99CA4D is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 77 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.21 |
| HSL | 83.52º | 0.54% | 0.55% | - |
| HSV(B) | 83.52º | 0.62% | 0.79% | - |
| XYZ | 35.6 | 49.55 | 14.71 | - |
| YUV | 173.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 77 | 0.24 | 0 | 0.62 | 0.21 | 83.52 | 0.54 | 0.55 |
| Hex | 99 | CA | 4D | 18 | 0 | 3E | 15 | 54 | 36 | 37 |
| Octal | 231 | 312 | 115 | 30 | 0 | 76 | 25 | 124 | 66 | 67 |
| Binary | 10011001 | 11001010 | 1001101 | 11000 | 0 | 111110 | 10101 | 1010100 | 110110 | 110111 |
Color Harmonies of #99CA4D
Complementary color
Monochromatic Colors of #99CA4D
Black with #99CA4D
Text Example
Text Example
White with #99CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA4D; }
p { color: rgb(153,202,77); }
H1.HeaderClassName
{
color: #99CA4D;
}
.AnyTagClassName
{
color: #99CA4D;
}
</style>
background-color css
<style>
a { background-color: #99CA4D; }
a { background-color: rgb(153,202,77); }
div.DivClassName
{
background-color: #99CA4D;
}
.BgClassName
{
background-color: #99CA4D;
}
</style>
border-color css
<style>
span { border-color: #99CA4D; }
span { border-color: rgb(153,202,77); }
td.TdClassName
{
border-color: #99CA4D;
}
.TagClassName
{
border-color: #99CA4D;
}
</style>