Shades of Atlantis #96D458
Tints of Atlantis #96D458
RGB
CMYK
RGB Variations
Color information
#96D458 (or 0x96D458) is known color: Atlantis. HEX triplet: 96, D4 and 58. RGB value is (150,212,88). Sum of RGB (Red+Green+Blue) = 150+212+88=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #96D458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D458 is #692BA7. Grayscale: #B3B3B3. Windows color (decimal): -6892456 or 5821590. OLE color: 5821590.
HSL color Cylindrical-coordinate representation of color #96D458: hue angle of 90º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96D458 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 88 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.17 |
| HSL | 90º | 0.59% | 0.59% | - |
| HSV(B) | 90º | 0.58% | 0.83% | - |
| XYZ | 37.88 | 54.28 | 17.71 | - |
| YUV | 179.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 88 | 0.29 | 0 | 0.58 | 0.17 | 90 | 0.59 | 0.59 |
| Hex | 96 | D4 | 58 | 1D | 0 | 3A | 11 | 5A | 3B | 3B |
| Octal | 226 | 324 | 130 | 35 | 0 | 72 | 21 | 132 | 73 | 73 |
| Binary | 10010110 | 11010100 | 1011000 | 11101 | 0 | 111010 | 10001 | 1011010 | 111011 | 111011 |
Color Harmonies of #96D458
Complementary color
Monochromatic Colors of #96D458
Black with #96D458
Text Example
Text Example
White with #96D458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D458; }
p { color: rgb(150,212,88); }
H1.HeaderClassName
{
color: #96D458;
}
.AnyTagClassName
{
color: #96D458;
}
</style>
background-color css
<style>
a { background-color: #96D458; }
a { background-color: rgb(150,212,88); }
div.DivClassName
{
background-color: #96D458;
}
.BgClassName
{
background-color: #96D458;
}
</style>
border-color css
<style>
span { border-color: #96D458; }
span { border-color: rgb(150,212,88); }
td.TdClassName
{
border-color: #96D458;
}
.TagClassName
{
border-color: #96D458;
}
</style>