Shades of Atlantis #99D34E
Tints of Atlantis #99D34E
RGB
CMYK
RGB Variations
Color information
#99D34E (or 0x99D34E) is known color: Atlantis. HEX triplet: 99, D3 and 4E. RGB value is (153,211,78). Sum of RGB (Red+Green+Blue) = 153+211+78=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #99D34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D34E is #662CB1. Grayscale: #B2B2B2. Windows color (decimal): -6696114 or 5165977. OLE color: 5165977.
HSL color Cylindrical-coordinate representation of color #99D34E: hue angle of 86.17º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99D34E is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 78 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.17 |
| HSL | 86.17º | 0.6% | 0.57% | - |
| HSV(B) | 86.17º | 0.63% | 0.83% | - |
| XYZ | 37.81 | 53.91 | 15.62 | - |
| YUV | 178.5 | 71.28 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 78 | 0.27 | 0 | 0.63 | 0.17 | 86.17 | 0.6 | 0.57 |
| Hex | 99 | D3 | 4E | 1B | 0 | 3F | 11 | 56 | 3C | 39 |
| Octal | 231 | 323 | 116 | 33 | 0 | 77 | 21 | 126 | 74 | 71 |
| Binary | 10011001 | 11010011 | 1001110 | 11011 | 0 | 111111 | 10001 | 1010110 | 111100 | 111001 |
Color Harmonies of #99D34E
Complementary color
Monochromatic Colors of #99D34E
Black with #99D34E
Text Example
Text Example
White with #99D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D34E; }
p { color: rgb(153,211,78); }
H1.HeaderClassName
{
color: #99D34E;
}
.AnyTagClassName
{
color: #99D34E;
}
</style>
background-color css
<style>
a { background-color: #99D34E; }
a { background-color: rgb(153,211,78); }
div.DivClassName
{
background-color: #99D34E;
}
.BgClassName
{
background-color: #99D34E;
}
</style>
border-color css
<style>
span { border-color: #99D34E; }
span { border-color: rgb(153,211,78); }
td.TdClassName
{
border-color: #99D34E;
}
.TagClassName
{
border-color: #99D34E;
}
</style>