Shades of Atlantis #99C747
Tints of Atlantis #99C747
RGB
CMYK
RGB Variations
Color information
#99C747 (or 0x99C747) is known color: Atlantis. HEX triplet: 99, C7 and 47. RGB value is (153,199,71). Sum of RGB (Red+Green+Blue) = 153+199+71=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #99C747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C747 is #6638B8. Grayscale: #ABABAB. Windows color (decimal): -6699193 or 4704153. OLE color: 4704153.
HSL color Cylindrical-coordinate representation of color #99C747: hue angle of 81.56º 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 #99C747 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 71 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.22 |
| HSL | 81.56º | 0.53% | 0.53% | - |
| HSV(B) | 81.56º | 0.64% | 0.78% | - |
| XYZ | 34.7 | 48.07 | 13.41 | - |
| YUV | 170.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 71 | 0.23 | 0 | 0.64 | 0.22 | 81.56 | 0.53 | 0.53 |
| Hex | 99 | C7 | 47 | 17 | 0 | 40 | 16 | 52 | 35 | 35 |
| Octal | 231 | 307 | 107 | 27 | 0 | 100 | 26 | 122 | 65 | 65 |
| Binary | 10011001 | 11000111 | 1000111 | 10111 | 0 | 1000000 | 10110 | 1010010 | 110101 | 110101 |
Color Harmonies of #99C747
Complementary color
Monochromatic Colors of #99C747
Black with #99C747
Text Example
Text Example
White with #99C747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C747; }
p { color: rgb(153,199,71); }
H1.HeaderClassName
{
color: #99C747;
}
.AnyTagClassName
{
color: #99C747;
}
</style>
background-color css
<style>
a { background-color: #99C747; }
a { background-color: rgb(153,199,71); }
div.DivClassName
{
background-color: #99C747;
}
.BgClassName
{
background-color: #99C747;
}
</style>
border-color css
<style>
span { border-color: #99C747; }
span { border-color: rgb(153,199,71); }
td.TdClassName
{
border-color: #99C747;
}
.TagClassName
{
border-color: #99C747;
}
</style>