Shades of Atlantis #99C556
Tints of Atlantis #99C556
RGB
CMYK
RGB Variations
Color information
#99C556 (or 0x99C556) is known color: Atlantis. HEX triplet: 99, C5 and 56. RGB value is (153,197,86). Sum of RGB (Red+Green+Blue) = 153+197+86=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #99C556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C556 is #663AA9. Grayscale: #ABABAB. Windows color (decimal): -6699690 or 5686681. OLE color: 5686681.
HSL color Cylindrical-coordinate representation of color #99C556: hue angle of 83.78º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99C556 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 86 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.23 |
| HSL | 83.78º | 0.49% | 0.55% | - |
| HSV(B) | 83.78º | 0.56% | 0.77% | - |
| XYZ | 34.78 | 47.38 | 16.12 | - |
| YUV | 171.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 86 | 0.22 | 0 | 0.56 | 0.23 | 83.78 | 0.49 | 0.55 |
| Hex | 99 | C5 | 56 | 16 | 0 | 38 | 17 | 54 | 31 | 37 |
| Octal | 231 | 305 | 126 | 26 | 0 | 70 | 27 | 124 | 61 | 67 |
| Binary | 10011001 | 11000101 | 1010110 | 10110 | 0 | 111000 | 10111 | 1010100 | 110001 | 110111 |
Color Harmonies of #99C556
Complementary color
Monochromatic Colors of #99C556
Black with #99C556
Text Example
Text Example
White with #99C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C556; }
p { color: rgb(153,197,86); }
H1.HeaderClassName
{
color: #99C556;
}
.AnyTagClassName
{
color: #99C556;
}
</style>
background-color css
<style>
a { background-color: #99C556; }
a { background-color: rgb(153,197,86); }
div.DivClassName
{
background-color: #99C556;
}
.BgClassName
{
background-color: #99C556;
}
</style>
border-color css
<style>
span { border-color: #99C556; }
span { border-color: rgb(153,197,86); }
td.TdClassName
{
border-color: #99C556;
}
.TagClassName
{
border-color: #99C556;
}
</style>