Shades of Atlantis #99C247
Tints of Atlantis #99C247
RGB
CMYK
RGB Variations
Color information
#99C247 (or 0x99C247) is known color: Atlantis. HEX triplet: 99, C2 and 47. RGB value is (153,194,71). Sum of RGB (Red+Green+Blue) = 153+194+71=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #99C247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C247 is #663DB8. Grayscale: #A8A8A8. Windows color (decimal): -6700473 or 4702873. OLE color: 4702873.
HSL color Cylindrical-coordinate representation of color #99C247: hue angle of 80º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99C247 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 71 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.24 |
| HSL | 80º | 0.5% | 0.52% | - |
| HSV(B) | 80º | 0.63% | 0.76% | - |
| XYZ | 33.57 | 45.81 | 13.03 | - |
| YUV | 167.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 71 | 0.21 | 0 | 0.63 | 0.24 | 80 | 0.5 | 0.52 |
| Hex | 99 | C2 | 47 | 15 | 0 | 3F | 18 | 50 | 32 | 34 |
| Octal | 231 | 302 | 107 | 25 | 0 | 77 | 30 | 120 | 62 | 64 |
| Binary | 10011001 | 11000010 | 1000111 | 10101 | 0 | 111111 | 11000 | 1010000 | 110010 | 110100 |
Color Harmonies of #99C247
Complementary color
Monochromatic Colors of #99C247
Black with #99C247
Text Example
Text Example
White with #99C247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C247; }
p { color: rgb(153,194,71); }
H1.HeaderClassName
{
color: #99C247;
}
.AnyTagClassName
{
color: #99C247;
}
</style>
background-color css
<style>
a { background-color: #99C247; }
a { background-color: rgb(153,194,71); }
div.DivClassName
{
background-color: #99C247;
}
.BgClassName
{
background-color: #99C247;
}
</style>
border-color css
<style>
span { border-color: #99C247; }
span { border-color: rgb(153,194,71); }
td.TdClassName
{
border-color: #99C247;
}
.TagClassName
{
border-color: #99C247;
}
</style>