Shades of Atlantis #99C647
Tints of Atlantis #99C647
RGB
CMYK
RGB Variations
Color information
#99C647 (or 0x99C647) is known color: Atlantis. HEX triplet: 99, C6 and 47. RGB value is (153,198,71). Sum of RGB (Red+Green+Blue) = 153+198+71=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #99C647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C647 is #6639B8. Grayscale: #AAAAAA. Windows color (decimal): -6699449 or 4703897. OLE color: 4703897.
HSL color Cylindrical-coordinate representation of color #99C647: hue angle of 81.26º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99C647 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 71 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.22 |
| HSL | 81.26º | 0.53% | 0.53% | - |
| HSV(B) | 81.26º | 0.64% | 0.78% | - |
| XYZ | 34.47 | 47.62 | 13.34 | - |
| YUV | 170.07 | 72.09 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 71 | 0.23 | 0 | 0.64 | 0.22 | 81.26 | 0.53 | 0.53 |
| Hex | 99 | C6 | 47 | 17 | 0 | 40 | 16 | 51 | 35 | 35 |
| Octal | 231 | 306 | 107 | 27 | 0 | 100 | 26 | 121 | 65 | 65 |
| Binary | 10011001 | 11000110 | 1000111 | 10111 | 0 | 1000000 | 10110 | 1010001 | 110101 | 110101 |
Color Harmonies of #99C647
Complementary color
Monochromatic Colors of #99C647
Black with #99C647
Text Example
Text Example
White with #99C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C647; }
p { color: rgb(153,198,71); }
H1.HeaderClassName
{
color: #99C647;
}
.AnyTagClassName
{
color: #99C647;
}
</style>
background-color css
<style>
a { background-color: #99C647; }
a { background-color: rgb(153,198,71); }
div.DivClassName
{
background-color: #99C647;
}
.BgClassName
{
background-color: #99C647;
}
</style>
border-color css
<style>
span { border-color: #99C647; }
span { border-color: rgb(153,198,71); }
td.TdClassName
{
border-color: #99C647;
}
.TagClassName
{
border-color: #99C647;
}
</style>