Shades of Atlantis #99D155
Tints of Atlantis #99D155
RGB
CMYK
RGB Variations
Color information
#99D155 (or 0x99D155) is known color: Atlantis. HEX triplet: 99, D1 and 55. RGB value is (153,209,85). Sum of RGB (Red+Green+Blue) = 153+209+85=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #99D155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D155 is #662EAA. Grayscale: #B2B2B2. Windows color (decimal): -6696619 or 5624217. OLE color: 5624217.
HSL color Cylindrical-coordinate representation of color #99D155: hue angle of 87.1º degrees, saturation: 0.57, 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 #99D155 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 85 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.18 |
| HSL | 87.1º | 0.57% | 0.58% | - |
| HSV(B) | 87.1º | 0.59% | 0.82% | - |
| XYZ | 37.58 | 53.03 | 16.85 | - |
| YUV | 178.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 85 | 0.27 | 0 | 0.59 | 0.18 | 87.1 | 0.57 | 0.58 |
| Hex | 99 | D1 | 55 | 1B | 0 | 3B | 12 | 57 | 39 | 3A |
| Octal | 231 | 321 | 125 | 33 | 0 | 73 | 22 | 127 | 71 | 72 |
| Binary | 10011001 | 11010001 | 1010101 | 11011 | 0 | 111011 | 10010 | 1010111 | 111001 | 111010 |
Color Harmonies of #99D155
Complementary color
Monochromatic Colors of #99D155
Black with #99D155
Text Example
Text Example
White with #99D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D155; }
p { color: rgb(153,209,85); }
H1.HeaderClassName
{
color: #99D155;
}
.AnyTagClassName
{
color: #99D155;
}
</style>
background-color css
<style>
a { background-color: #99D155; }
a { background-color: rgb(153,209,85); }
div.DivClassName
{
background-color: #99D155;
}
.BgClassName
{
background-color: #99D155;
}
</style>
border-color css
<style>
span { border-color: #99D155; }
span { border-color: rgb(153,209,85); }
td.TdClassName
{
border-color: #99D155;
}
.TagClassName
{
border-color: #99D155;
}
</style>