Shades of Atlantis #99C356
Tints of Atlantis #99C356
RGB
CMYK
RGB Variations
Color information
#99C356 (or 0x99C356) is known color: Atlantis. HEX triplet: 99, C3 and 56. RGB value is (153,195,86). Sum of RGB (Red+Green+Blue) = 153+195+86=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #99C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C356 is #663CA9. Grayscale: #AAAAAA. Windows color (decimal): -6700202 or 5686169. OLE color: 5686169.
HSL color Cylindrical-coordinate representation of color #99C356: hue angle of 83.12º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99C356 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 86 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.24 |
| HSL | 83.12º | 0.48% | 0.55% | - |
| HSV(B) | 83.12º | 0.56% | 0.76% | - |
| XYZ | 34.33 | 46.47 | 15.97 | - |
| YUV | 170.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 86 | 0.22 | 0 | 0.56 | 0.24 | 83.12 | 0.48 | 0.55 |
| Hex | 99 | C3 | 56 | 16 | 0 | 38 | 18 | 53 | 30 | 37 |
| Octal | 231 | 303 | 126 | 26 | 0 | 70 | 30 | 123 | 60 | 67 |
| Binary | 10011001 | 11000011 | 1010110 | 10110 | 0 | 111000 | 11000 | 1010011 | 110000 | 110111 |
Color Harmonies of #99C356
Complementary color
Monochromatic Colors of #99C356
Black with #99C356
Text Example
Text Example
White with #99C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C356; }
p { color: rgb(153,195,86); }
H1.HeaderClassName
{
color: #99C356;
}
.AnyTagClassName
{
color: #99C356;
}
</style>
background-color css
<style>
a { background-color: #99C356; }
a { background-color: rgb(153,195,86); }
div.DivClassName
{
background-color: #99C356;
}
.BgClassName
{
background-color: #99C356;
}
</style>
border-color css
<style>
span { border-color: #99C356; }
span { border-color: rgb(153,195,86); }
td.TdClassName
{
border-color: #99C356;
}
.TagClassName
{
border-color: #99C356;
}
</style>