Shades of Atlantis #99C050
Tints of Atlantis #99C050
RGB
CMYK
RGB Variations
Color information
#99C050 (or 0x99C050) is known color: Atlantis. HEX triplet: 99, C0 and 50. RGB value is (153,192,80). Sum of RGB (Red+Green+Blue) = 153+192+80=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #99C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C050 is #663FAF. Grayscale: #A7A7A7. Windows color (decimal): -6700976 or 5292185. OLE color: 5292185.
HSL color Cylindrical-coordinate representation of color #99C050: hue angle of 80.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99C050 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 80 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.25 |
| HSL | 80.89º | 0.47% | 0.53% | - |
| HSV(B) | 80.89º | 0.58% | 0.75% | - |
| XYZ | 33.43 | 45.05 | 14.52 | - |
| YUV | 167.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 80 | 0.20 | 0 | 0.58 | 0.25 | 80.89 | 0.47 | 0.53 |
| Hex | 99 | C0 | 50 | 14 | 0 | 3A | 19 | 51 | 2F | 35 |
| Octal | 231 | 300 | 120 | 24 | 0 | 72 | 31 | 121 | 57 | 65 |
| Binary | 10011001 | 11000000 | 1010000 | 10100 | 0 | 111010 | 11001 | 1010001 | 101111 | 110101 |
Color Harmonies of #99C050
Complementary color
Monochromatic Colors of #99C050
Black with #99C050
Text Example
Text Example
White with #99C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C050; }
p { color: rgb(153,192,80); }
H1.HeaderClassName
{
color: #99C050;
}
.AnyTagClassName
{
color: #99C050;
}
</style>
background-color css
<style>
a { background-color: #99C050; }
a { background-color: rgb(153,192,80); }
div.DivClassName
{
background-color: #99C050;
}
.BgClassName
{
background-color: #99C050;
}
</style>
border-color css
<style>
span { border-color: #99C050; }
span { border-color: rgb(153,192,80); }
td.TdClassName
{
border-color: #99C050;
}
.TagClassName
{
border-color: #99C050;
}
</style>