Shades of Atlantis #99C051
Tints of Atlantis #99C051
RGB
CMYK
RGB Variations
Color information
#99C051 (or 0x99C051) is known color: Atlantis. HEX triplet: 99, C0 and 51. RGB value is (153,192,81). Sum of RGB (Red+Green+Blue) = 153+192+81=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #99C051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C051 is #663FAE. Grayscale: #A8A8A8. Windows color (decimal): -6700975 or 5357721. OLE color: 5357721.
HSL color Cylindrical-coordinate representation of color #99C051: hue angle of 81.08º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99C051 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 81 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.25 |
| HSL | 81.08º | 0.47% | 0.54% | - |
| HSV(B) | 81.08º | 0.58% | 0.75% | - |
| XYZ | 33.47 | 45.07 | 14.72 | - |
| YUV | 167.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 81 | 0.20 | 0 | 0.58 | 0.25 | 81.08 | 0.47 | 0.54 |
| Hex | 99 | C0 | 51 | 14 | 0 | 3A | 19 | 51 | 2F | 36 |
| Octal | 231 | 300 | 121 | 24 | 0 | 72 | 31 | 121 | 57 | 66 |
| Binary | 10011001 | 11000000 | 1010001 | 10100 | 0 | 111010 | 11001 | 1010001 | 101111 | 110110 |
Color Harmonies of #99C051
Complementary color
Monochromatic Colors of #99C051
Black with #99C051
Text Example
Text Example
White with #99C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C051; }
p { color: rgb(153,192,81); }
H1.HeaderClassName
{
color: #99C051;
}
.AnyTagClassName
{
color: #99C051;
}
</style>
background-color css
<style>
a { background-color: #99C051; }
a { background-color: rgb(153,192,81); }
div.DivClassName
{
background-color: #99C051;
}
.BgClassName
{
background-color: #99C051;
}
</style>
border-color css
<style>
span { border-color: #99C051; }
span { border-color: rgb(153,192,81); }
td.TdClassName
{
border-color: #99C051;
}
.TagClassName
{
border-color: #99C051;
}
</style>