Shades of Atlantis #99C552
Tints of Atlantis #99C552
RGB
CMYK
RGB Variations
Color information
#99C552 (or 0x99C552) is known color: Atlantis. HEX triplet: 99, C5 and 52. RGB value is (153,197,82). Sum of RGB (Red+Green+Blue) = 153+197+82=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #99C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C552 is #663AAD. Grayscale: #ABABAB. Windows color (decimal): -6699694 or 5424537. OLE color: 5424537.
HSL color Cylindrical-coordinate representation of color #99C552: hue angle of 82.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99C552 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 82 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.23 |
| HSL | 82.96º | 0.5% | 0.55% | - |
| HSV(B) | 82.96º | 0.58% | 0.77% | - |
| XYZ | 34.63 | 47.31 | 15.29 | - |
| YUV | 170.73 | 77.92 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 82 | 0.22 | 0 | 0.58 | 0.23 | 82.96 | 0.5 | 0.55 |
| Hex | 99 | C5 | 52 | 16 | 0 | 3A | 17 | 53 | 32 | 37 |
| Octal | 231 | 305 | 122 | 26 | 0 | 72 | 27 | 123 | 62 | 67 |
| Binary | 10011001 | 11000101 | 1010010 | 10110 | 0 | 111010 | 10111 | 1010011 | 110010 | 110111 |
Color Harmonies of #99C552
Complementary color
Monochromatic Colors of #99C552
Black with #99C552
Text Example
Text Example
White with #99C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C552; }
p { color: rgb(153,197,82); }
H1.HeaderClassName
{
color: #99C552;
}
.AnyTagClassName
{
color: #99C552;
}
</style>
background-color css
<style>
a { background-color: #99C552; }
a { background-color: rgb(153,197,82); }
div.DivClassName
{
background-color: #99C552;
}
.BgClassName
{
background-color: #99C552;
}
</style>
border-color css
<style>
span { border-color: #99C552; }
span { border-color: rgb(153,197,82); }
td.TdClassName
{
border-color: #99C552;
}
.TagClassName
{
border-color: #99C552;
}
</style>