Shades of Atlantis #99D245
Tints of Atlantis #99D245
RGB
CMYK
RGB Variations
Color information
#99D245 (or 0x99D245) is known color: Atlantis. HEX triplet: 99, D2 and 45. RGB value is (153,210,69). Sum of RGB (Red+Green+Blue) = 153+210+69=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #99D245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D245 is #662DBA. Grayscale: #B1B1B1. Windows color (decimal): -6696379 or 4575897. OLE color: 4575897.
HSL color Cylindrical-coordinate representation of color #99D245: hue angle of 84.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99D245 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 69 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.18 |
| HSL | 84.26º | 0.61% | 0.55% | - |
| HSV(B) | 84.26º | 0.67% | 0.82% | - |
| XYZ | 37.26 | 53.3 | 13.95 | - |
| YUV | 176.88 | 67.12 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 69 | 0.27 | 0 | 0.67 | 0.18 | 84.26 | 0.61 | 0.55 |
| Hex | 99 | D2 | 45 | 1B | 0 | 43 | 12 | 54 | 3D | 37 |
| Octal | 231 | 322 | 105 | 33 | 0 | 103 | 22 | 124 | 75 | 67 |
| Binary | 10011001 | 11010010 | 1000101 | 11011 | 0 | 1000011 | 10010 | 1010100 | 111101 | 110111 |
Color Harmonies of #99D245
Complementary color
Monochromatic Colors of #99D245
Black with #99D245
Text Example
Text Example
White with #99D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D245; }
p { color: rgb(153,210,69); }
H1.HeaderClassName
{
color: #99D245;
}
.AnyTagClassName
{
color: #99D245;
}
</style>
background-color css
<style>
a { background-color: #99D245; }
a { background-color: rgb(153,210,69); }
div.DivClassName
{
background-color: #99D245;
}
.BgClassName
{
background-color: #99D245;
}
</style>
border-color css
<style>
span { border-color: #99D245; }
span { border-color: rgb(153,210,69); }
td.TdClassName
{
border-color: #99D245;
}
.TagClassName
{
border-color: #99D245;
}
</style>