Shades of Atlantis #99C950
Tints of Atlantis #99C950
RGB
CMYK
RGB Variations
Color information
#99C950 (or 0x99C950) is known color: Atlantis. HEX triplet: 99, C9 and 50. RGB value is (153,201,80). Sum of RGB (Red+Green+Blue) = 153+201+80=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #99C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C950 is #6636AF. Grayscale: #ADADAD. Windows color (decimal): -6698672 or 5294489. OLE color: 5294489.
HSL color Cylindrical-coordinate representation of color #99C950: hue angle of 83.8º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99C950 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 80 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.21 |
| HSL | 83.8º | 0.53% | 0.55% | - |
| HSV(B) | 83.8º | 0.6% | 0.79% | - |
| XYZ | 35.47 | 49.12 | 15.2 | - |
| YUV | 172.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 80 | 0.24 | 0 | 0.60 | 0.21 | 83.8 | 0.53 | 0.55 |
| Hex | 99 | C9 | 50 | 18 | 0 | 3C | 15 | 54 | 35 | 37 |
| Octal | 231 | 311 | 120 | 30 | 0 | 74 | 25 | 124 | 65 | 67 |
| Binary | 10011001 | 11001001 | 1010000 | 11000 | 0 | 111100 | 10101 | 1010100 | 110101 | 110111 |
Color Harmonies of #99C950
Complementary color
Monochromatic Colors of #99C950
Black with #99C950
Text Example
Text Example
White with #99C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C950; }
p { color: rgb(153,201,80); }
H1.HeaderClassName
{
color: #99C950;
}
.AnyTagClassName
{
color: #99C950;
}
</style>
background-color css
<style>
a { background-color: #99C950; }
a { background-color: rgb(153,201,80); }
div.DivClassName
{
background-color: #99C950;
}
.BgClassName
{
background-color: #99C950;
}
</style>
border-color css
<style>
span { border-color: #99C950; }
span { border-color: rgb(153,201,80); }
td.TdClassName
{
border-color: #99C950;
}
.TagClassName
{
border-color: #99C950;
}
</style>