Shades of Atlantis #99C54A
Tints of Atlantis #99C54A
RGB
CMYK
RGB Variations
Color information
#99C54A (or 0x99C54A) is known color: Atlantis. HEX triplet: 99, C5 and 4A. RGB value is (153,197,74). Sum of RGB (Red+Green+Blue) = 153+197+74=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #99C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C54A is #663AB5. Grayscale: #AAAAAA. Windows color (decimal): -6699702 or 4900249. OLE color: 4900249.
HSL color Cylindrical-coordinate representation of color #99C54A: hue angle of 81.46º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99C54A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 74 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.23 |
| HSL | 81.46º | 0.51% | 0.53% | - |
| HSV(B) | 81.46º | 0.62% | 0.77% | - |
| XYZ | 34.34 | 47.2 | 13.78 | - |
| YUV | 169.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 74 | 0.22 | 0 | 0.62 | 0.23 | 81.46 | 0.51 | 0.53 |
| Hex | 99 | C5 | 4A | 16 | 0 | 3E | 17 | 51 | 33 | 35 |
| Octal | 231 | 305 | 112 | 26 | 0 | 76 | 27 | 121 | 63 | 65 |
| Binary | 10011001 | 11000101 | 1001010 | 10110 | 0 | 111110 | 10111 | 1010001 | 110011 | 110101 |
Color Harmonies of #99C54A
Complementary color
Monochromatic Colors of #99C54A
Black with #99C54A
Text Example
Text Example
White with #99C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C54A; }
p { color: rgb(153,197,74); }
H1.HeaderClassName
{
color: #99C54A;
}
.AnyTagClassName
{
color: #99C54A;
}
</style>
background-color css
<style>
a { background-color: #99C54A; }
a { background-color: rgb(153,197,74); }
div.DivClassName
{
background-color: #99C54A;
}
.BgClassName
{
background-color: #99C54A;
}
</style>
border-color css
<style>
span { border-color: #99C54A; }
span { border-color: rgb(153,197,74); }
td.TdClassName
{
border-color: #99C54A;
}
.TagClassName
{
border-color: #99C54A;
}
</style>