Shades of Atlantis #99C855
Tints of Atlantis #99C855
RGB
CMYK
RGB Variations
Color information
#99C855 (or 0x99C855) is known color: Atlantis. HEX triplet: 99, C8 and 55. RGB value is (153,200,85). Sum of RGB (Red+Green+Blue) = 153+200+85=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #99C855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C855 is #6637AA. Grayscale: #ADADAD. Windows color (decimal): -6698923 or 5621913. OLE color: 5621913.
HSL color Cylindrical-coordinate representation of color #99C855: hue angle of 84.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99C855 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 85 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.22 |
| HSL | 84.52º | 0.51% | 0.56% | - |
| HSV(B) | 84.52º | 0.58% | 0.78% | - |
| XYZ | 35.43 | 48.74 | 16.13 | - |
| YUV | 172.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 85 | 0.24 | 0 | 0.58 | 0.22 | 84.52 | 0.51 | 0.56 |
| Hex | 99 | C8 | 55 | 18 | 0 | 3A | 16 | 55 | 33 | 38 |
| Octal | 231 | 310 | 125 | 30 | 0 | 72 | 26 | 125 | 63 | 70 |
| Binary | 10011001 | 11001000 | 1010101 | 11000 | 0 | 111010 | 10110 | 1010101 | 110011 | 111000 |
Color Harmonies of #99C855
Complementary color
Monochromatic Colors of #99C855
Black with #99C855
Text Example
Text Example
White with #99C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C855; }
p { color: rgb(153,200,85); }
H1.HeaderClassName
{
color: #99C855;
}
.AnyTagClassName
{
color: #99C855;
}
</style>
background-color css
<style>
a { background-color: #99C855; }
a { background-color: rgb(153,200,85); }
div.DivClassName
{
background-color: #99C855;
}
.BgClassName
{
background-color: #99C855;
}
</style>
border-color css
<style>
span { border-color: #99C855; }
span { border-color: rgb(153,200,85); }
td.TdClassName
{
border-color: #99C855;
}
.TagClassName
{
border-color: #99C855;
}
</style>