Shades of Atlantis #99C94D
Tints of Atlantis #99C94D
RGB
CMYK
RGB Variations
Color information
#99C94D (or 0x99C94D) is known color: Atlantis. HEX triplet: 99, C9 and 4D. RGB value is (153,201,77). Sum of RGB (Red+Green+Blue) = 153+201+77=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #99C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C94D is #6636B2. Grayscale: #ACACAC. Windows color (decimal): -6698675 or 5097881. OLE color: 5097881.
HSL color Cylindrical-coordinate representation of color #99C94D: hue angle of 83.23º degrees, saturation: 0.53, 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 #99C94D is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 77 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.21 |
| HSL | 83.23º | 0.53% | 0.55% | - |
| HSV(B) | 83.23º | 0.62% | 0.79% | - |
| XYZ | 35.36 | 49.08 | 14.63 | - |
| YUV | 172.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 77 | 0.24 | 0 | 0.62 | 0.21 | 83.23 | 0.53 | 0.55 |
| Hex | 99 | C9 | 4D | 18 | 0 | 3E | 15 | 53 | 35 | 37 |
| Octal | 231 | 311 | 115 | 30 | 0 | 76 | 25 | 123 | 65 | 67 |
| Binary | 10011001 | 11001001 | 1001101 | 11000 | 0 | 111110 | 10101 | 1010011 | 110101 | 110111 |
Color Harmonies of #99C94D
Complementary color
Monochromatic Colors of #99C94D
Black with #99C94D
Text Example
Text Example
White with #99C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C94D; }
p { color: rgb(153,201,77); }
H1.HeaderClassName
{
color: #99C94D;
}
.AnyTagClassName
{
color: #99C94D;
}
</style>
background-color css
<style>
a { background-color: #99C94D; }
a { background-color: rgb(153,201,77); }
div.DivClassName
{
background-color: #99C94D;
}
.BgClassName
{
background-color: #99C94D;
}
</style>
border-color css
<style>
span { border-color: #99C94D; }
span { border-color: rgb(153,201,77); }
td.TdClassName
{
border-color: #99C94D;
}
.TagClassName
{
border-color: #99C94D;
}
</style>