Shades of Atlantis #99C64A
Tints of Atlantis #99C64A
RGB
CMYK
RGB Variations
Color information
#99C64A (or 0x99C64A) is known color: Atlantis. HEX triplet: 99, C6 and 4A. RGB value is (153,198,74). Sum of RGB (Red+Green+Blue) = 153+198+74=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #99C64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C64A is #6639B5. Grayscale: #AAAAAA. Windows color (decimal): -6699446 or 4900505. OLE color: 4900505.
HSL color Cylindrical-coordinate representation of color #99C64A: hue angle of 81.77º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99C64A is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 74 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.22 |
| HSL | 81.77º | 0.52% | 0.53% | - |
| HSV(B) | 81.77º | 0.63% | 0.78% | - |
| XYZ | 34.57 | 47.65 | 13.86 | - |
| YUV | 170.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 74 | 0.23 | 0 | 0.63 | 0.22 | 81.77 | 0.52 | 0.53 |
| Hex | 99 | C6 | 4A | 17 | 0 | 3F | 16 | 52 | 34 | 35 |
| Octal | 231 | 306 | 112 | 27 | 0 | 77 | 26 | 122 | 64 | 65 |
| Binary | 10011001 | 11000110 | 1001010 | 10111 | 0 | 111111 | 10110 | 1010010 | 110100 | 110101 |
Color Harmonies of #99C64A
Complementary color
Monochromatic Colors of #99C64A
Black with #99C64A
Text Example
Text Example
White with #99C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C64A; }
p { color: rgb(153,198,74); }
H1.HeaderClassName
{
color: #99C64A;
}
.AnyTagClassName
{
color: #99C64A;
}
</style>
background-color css
<style>
a { background-color: #99C64A; }
a { background-color: rgb(153,198,74); }
div.DivClassName
{
background-color: #99C64A;
}
.BgClassName
{
background-color: #99C64A;
}
</style>
border-color css
<style>
span { border-color: #99C64A; }
span { border-color: rgb(153,198,74); }
td.TdClassName
{
border-color: #99C64A;
}
.TagClassName
{
border-color: #99C64A;
}
</style>