Shades of Atlantis #99D447
Tints of Atlantis #99D447
RGB
CMYK
RGB Variations
Color information
#99D447 (or 0x99D447) is known color: Atlantis. HEX triplet: 99, D4 and 47. RGB value is (153,212,71). Sum of RGB (Red+Green+Blue) = 153+212+71=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #99D447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D447 is #662BB8. Grayscale: #B2B2B2. Windows color (decimal): -6695865 or 4707481. OLE color: 4707481.
HSL color Cylindrical-coordinate representation of color #99D447: hue angle of 85.11º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99D447 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 71 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.17 |
| HSL | 85.11º | 0.62% | 0.55% | - |
| HSV(B) | 85.11º | 0.67% | 0.83% | - |
| XYZ | 37.82 | 54.31 | 14.45 | - |
| YUV | 178.29 | 67.45 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 71 | 0.28 | 0 | 0.67 | 0.17 | 85.11 | 0.62 | 0.55 |
| Hex | 99 | D4 | 47 | 1C | 0 | 43 | 11 | 55 | 3E | 37 |
| Octal | 231 | 324 | 107 | 34 | 0 | 103 | 21 | 125 | 76 | 67 |
| Binary | 10011001 | 11010100 | 1000111 | 11100 | 0 | 1000011 | 10001 | 1010101 | 111110 | 110111 |
Color Harmonies of #99D447
Complementary color
Monochromatic Colors of #99D447
Black with #99D447
Text Example
Text Example
White with #99D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D447; }
p { color: rgb(153,212,71); }
H1.HeaderClassName
{
color: #99D447;
}
.AnyTagClassName
{
color: #99D447;
}
</style>
background-color css
<style>
a { background-color: #99D447; }
a { background-color: rgb(153,212,71); }
div.DivClassName
{
background-color: #99D447;
}
.BgClassName
{
background-color: #99D447;
}
</style>
border-color css
<style>
span { border-color: #99D447; }
span { border-color: rgb(153,212,71); }
td.TdClassName
{
border-color: #99D447;
}
.TagClassName
{
border-color: #99D447;
}
</style>