Shades of Atlantis #99D256
Tints of Atlantis #99D256
RGB
CMYK
RGB Variations
Color information
#99D256 (or 0x99D256) is known color: Atlantis. HEX triplet: 99, D2 and 56. RGB value is (153,210,86). Sum of RGB (Red+Green+Blue) = 153+210+86=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #99D256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D256 is #662DA9. Grayscale: #B3B3B3. Windows color (decimal): -6696362 or 5690009. OLE color: 5690009.
HSL color Cylindrical-coordinate representation of color #99D256: hue angle of 87.58º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99D256 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 86 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.18 |
| HSL | 87.58º | 0.58% | 0.58% | - |
| HSV(B) | 87.58º | 0.59% | 0.82% | - |
| XYZ | 37.86 | 53.54 | 17.14 | - |
| YUV | 178.82 | 75.62 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 86 | 0.27 | 0 | 0.59 | 0.18 | 87.58 | 0.58 | 0.58 |
| Hex | 99 | D2 | 56 | 1B | 0 | 3B | 12 | 58 | 3A | 3A |
| Octal | 231 | 322 | 126 | 33 | 0 | 73 | 22 | 130 | 72 | 72 |
| Binary | 10011001 | 11010010 | 1010110 | 11011 | 0 | 111011 | 10010 | 1011000 | 111010 | 111010 |
Color Harmonies of #99D256
Complementary color
Monochromatic Colors of #99D256
Black with #99D256
Text Example
Text Example
White with #99D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D256; }
p { color: rgb(153,210,86); }
H1.HeaderClassName
{
color: #99D256;
}
.AnyTagClassName
{
color: #99D256;
}
</style>
background-color css
<style>
a { background-color: #99D256; }
a { background-color: rgb(153,210,86); }
div.DivClassName
{
background-color: #99D256;
}
.BgClassName
{
background-color: #99D256;
}
</style>
border-color css
<style>
span { border-color: #99D256; }
span { border-color: rgb(153,210,86); }
td.TdClassName
{
border-color: #99D256;
}
.TagClassName
{
border-color: #99D256;
}
</style>