Shades of Atlantis #96D449
Tints of Atlantis #96D449
RGB
CMYK
RGB Variations
Color information
#96D449 (or 0x96D449) is known color: Atlantis. HEX triplet: 96, D4 and 49. RGB value is (150,212,73). Sum of RGB (Red+Green+Blue) = 150+212+73=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #96D449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D449 is #692BB6. Grayscale: #B2B2B2. Windows color (decimal): -6892471 or 4838550. OLE color: 4838550.
HSL color Cylindrical-coordinate representation of color #96D449: hue angle of 86.76º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96D449 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 73 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.17 |
| HSL | 86.76º | 0.62% | 0.56% | - |
| HSV(B) | 86.76º | 0.66% | 0.83% | - |
| XYZ | 37.32 | 54.05 | 14.77 | - |
| YUV | 177.62 | 68.96 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 73 | 0.29 | 0 | 0.66 | 0.17 | 86.76 | 0.62 | 0.56 |
| Hex | 96 | D4 | 49 | 1D | 0 | 42 | 11 | 57 | 3E | 38 |
| Octal | 226 | 324 | 111 | 35 | 0 | 102 | 21 | 127 | 76 | 70 |
| Binary | 10010110 | 11010100 | 1001001 | 11101 | 0 | 1000010 | 10001 | 1010111 | 111110 | 111000 |
Color Harmonies of #96D449
Complementary color
Monochromatic Colors of #96D449
Black with #96D449
Text Example
Text Example
White with #96D449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D449; }
p { color: rgb(150,212,73); }
H1.HeaderClassName
{
color: #96D449;
}
.AnyTagClassName
{
color: #96D449;
}
</style>
background-color css
<style>
a { background-color: #96D449; }
a { background-color: rgb(150,212,73); }
div.DivClassName
{
background-color: #96D449;
}
.BgClassName
{
background-color: #96D449;
}
</style>
border-color css
<style>
span { border-color: #96D449; }
span { border-color: rgb(150,212,73); }
td.TdClassName
{
border-color: #96D449;
}
.TagClassName
{
border-color: #96D449;
}
</style>