Shades of Atlantis #99D356
Tints of Atlantis #99D356
RGB
CMYK
RGB Variations
Color information
#99D356 (or 0x99D356) is known color: Atlantis. HEX triplet: 99, D3 and 56. RGB value is (153,211,86). Sum of RGB (Red+Green+Blue) = 153+211+86=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #99D356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D356 is #662CA9. Grayscale: #B3B3B3. Windows color (decimal): -6696106 or 5690265. OLE color: 5690265.
HSL color Cylindrical-coordinate representation of color #99D356: hue angle of 87.84º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99D356 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 86 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.17 |
| HSL | 87.84º | 0.59% | 0.58% | - |
| HSV(B) | 87.84º | 0.59% | 0.83% | - |
| XYZ | 38.11 | 54.03 | 17.22 | - |
| YUV | 179.41 | 75.28 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 86 | 0.27 | 0 | 0.59 | 0.17 | 87.84 | 0.59 | 0.58 |
| Hex | 99 | D3 | 56 | 1B | 0 | 3B | 11 | 58 | 3B | 3A |
| Octal | 231 | 323 | 126 | 33 | 0 | 73 | 21 | 130 | 73 | 72 |
| Binary | 10011001 | 11010011 | 1010110 | 11011 | 0 | 111011 | 10001 | 1011000 | 111011 | 111010 |
Color Harmonies of #99D356
Complementary color
Monochromatic Colors of #99D356
Black with #99D356
Text Example
Text Example
White with #99D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D356; }
p { color: rgb(153,211,86); }
H1.HeaderClassName
{
color: #99D356;
}
.AnyTagClassName
{
color: #99D356;
}
</style>
background-color css
<style>
a { background-color: #99D356; }
a { background-color: rgb(153,211,86); }
div.DivClassName
{
background-color: #99D356;
}
.BgClassName
{
background-color: #99D356;
}
</style>
border-color css
<style>
span { border-color: #99D356; }
span { border-color: rgb(153,211,86); }
td.TdClassName
{
border-color: #99D356;
}
.TagClassName
{
border-color: #99D356;
}
</style>