Shades of Atlantis #96D439
Tints of Atlantis #96D439
RGB
CMYK
RGB Variations
Color information
#96D439 (or 0x96D439) is known color: Atlantis. HEX triplet: 96, D4 and 39. RGB value is (150,212,57). Sum of RGB (Red+Green+Blue) = 150+212+57=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #96D439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D439 is #692BC6. Grayscale: #B0B0B0. Windows color (decimal): -6892487 or 3789974. OLE color: 3789974.
HSL color Cylindrical-coordinate representation of color #96D439: hue angle of 84º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96D439 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 57 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.17 |
| HSL | 84º | 0.64% | 0.53% | - |
| HSV(B) | 84º | 0.73% | 0.83% | - |
| XYZ | 36.86 | 53.87 | 12.33 | - |
| YUV | 175.79 | 60.96 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 57 | 0.29 | 0 | 0.73 | 0.17 | 84 | 0.64 | 0.53 |
| Hex | 96 | D4 | 39 | 1D | 0 | 49 | 11 | 54 | 40 | 35 |
| Octal | 226 | 324 | 71 | 35 | 0 | 111 | 21 | 124 | 100 | 65 |
| Binary | 10010110 | 11010100 | 111001 | 11101 | 0 | 1001001 | 10001 | 1010100 | 1000000 | 110101 |
Color Harmonies of #96D439
Complementary color
Monochromatic Colors of #96D439
Black with #96D439
Text Example
Text Example
White with #96D439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D439; }
p { color: rgb(150,212,57); }
H1.HeaderClassName
{
color: #96D439;
}
.AnyTagClassName
{
color: #96D439;
}
</style>
background-color css
<style>
a { background-color: #96D439; }
a { background-color: rgb(150,212,57); }
div.DivClassName
{
background-color: #96D439;
}
.BgClassName
{
background-color: #96D439;
}
</style>
border-color css
<style>
span { border-color: #96D439; }
span { border-color: rgb(150,212,57); }
td.TdClassName
{
border-color: #96D439;
}
.TagClassName
{
border-color: #96D439;
}
</style>