Shades of Atlantis #99D249
Tints of Atlantis #99D249
RGB
CMYK
RGB Variations
Color information
#99D249 (or 0x99D249) is known color: Atlantis. HEX triplet: 99, D2 and 49. RGB value is (153,210,73). Sum of RGB (Red+Green+Blue) = 153+210+73=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #99D249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D249 is #662DB6. Grayscale: #B1B1B1. Windows color (decimal): -6696375 or 4838041. OLE color: 4838041.
HSL color Cylindrical-coordinate representation of color #99D249: hue angle of 84.96º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99D249 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 73 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.18 |
| HSL | 84.96º | 0.6% | 0.55% | - |
| HSV(B) | 84.96º | 0.65% | 0.82% | - |
| XYZ | 37.39 | 53.35 | 14.63 | - |
| YUV | 177.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 73 | 0.27 | 0 | 0.65 | 0.18 | 84.96 | 0.6 | 0.55 |
| Hex | 99 | D2 | 49 | 1B | 0 | 41 | 12 | 55 | 3C | 37 |
| Octal | 231 | 322 | 111 | 33 | 0 | 101 | 22 | 125 | 74 | 67 |
| Binary | 10011001 | 11010010 | 1001001 | 11011 | 0 | 1000001 | 10010 | 1010101 | 111100 | 110111 |
Color Harmonies of #99D249
Complementary color
Monochromatic Colors of #99D249
Black with #99D249
Text Example
Text Example
White with #99D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D249; }
p { color: rgb(153,210,73); }
H1.HeaderClassName
{
color: #99D249;
}
.AnyTagClassName
{
color: #99D249;
}
</style>
background-color css
<style>
a { background-color: #99D249; }
a { background-color: rgb(153,210,73); }
div.DivClassName
{
background-color: #99D249;
}
.BgClassName
{
background-color: #99D249;
}
</style>
border-color css
<style>
span { border-color: #99D249; }
span { border-color: rgb(153,210,73); }
td.TdClassName
{
border-color: #99D249;
}
.TagClassName
{
border-color: #99D249;
}
</style>