Shades of Atlantis #99C54C
Tints of Atlantis #99C54C
RGB
CMYK
RGB Variations
Color information
#99C54C (or 0x99C54C) is known color: Atlantis. HEX triplet: 99, C5 and 4C. RGB value is (153,197,76). Sum of RGB (Red+Green+Blue) = 153+197+76=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #99C54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C54C is #663AB3. Grayscale: #AAAAAA. Windows color (decimal): -6699700 or 5031321. OLE color: 5031321.
HSL color Cylindrical-coordinate representation of color #99C54C: hue angle of 81.82º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99C54C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 76 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.23 |
| HSL | 81.82º | 0.51% | 0.54% | - |
| HSV(B) | 81.82º | 0.61% | 0.77% | - |
| XYZ | 34.41 | 47.23 | 14.14 | - |
| YUV | 170.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 76 | 0.22 | 0 | 0.61 | 0.23 | 81.82 | 0.51 | 0.54 |
| Hex | 99 | C5 | 4C | 16 | 0 | 3D | 17 | 52 | 33 | 36 |
| Octal | 231 | 305 | 114 | 26 | 0 | 75 | 27 | 122 | 63 | 66 |
| Binary | 10011001 | 11000101 | 1001100 | 10110 | 0 | 111101 | 10111 | 1010010 | 110011 | 110110 |
Color Harmonies of #99C54C
Complementary color
Monochromatic Colors of #99C54C
Black with #99C54C
Text Example
Text Example
White with #99C54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C54C; }
p { color: rgb(153,197,76); }
H1.HeaderClassName
{
color: #99C54C;
}
.AnyTagClassName
{
color: #99C54C;
}
</style>
background-color css
<style>
a { background-color: #99C54C; }
a { background-color: rgb(153,197,76); }
div.DivClassName
{
background-color: #99C54C;
}
.BgClassName
{
background-color: #99C54C;
}
</style>
border-color css
<style>
span { border-color: #99C54C; }
span { border-color: rgb(153,197,76); }
td.TdClassName
{
border-color: #99C54C;
}
.TagClassName
{
border-color: #99C54C;
}
</style>