Shades of Atlantis #96E842
Tints of Atlantis #96E842
RGB
CMYK
RGB Variations
Color information
#96E842 (or 0x96E842) is known color: Atlantis. HEX triplet: 96, E8 and 42. RGB value is (150,232,66). Sum of RGB (Red+Green+Blue) = 150+232+66=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 232 (91.02% from 255 or 51.79% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 232 - color contains mainly: green. Hex color #96E842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E842 is #6917BD. Grayscale: #BDBDBD. Windows color (decimal): -6887358 or 4384918. OLE color: 4384918.
HSL color Cylindrical-coordinate representation of color #96E842: hue angle of 89.64º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96E842 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 66 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.09 |
| HSL | 89.64º | 0.78% | 0.58% | - |
| HSV(B) | 89.64º | 0.72% | 0.91% | - |
| XYZ | 42.42 | 64.59 | 15.39 | - |
| YUV | 188.56 | 58.83 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 66 | 0.35 | 0 | 0.72 | 0.09 | 89.64 | 0.78 | 0.58 |
| Hex | 96 | E8 | 42 | 23 | 0 | 48 | 9 | 5A | 4E | 3A |
| Octal | 226 | 350 | 102 | 43 | 0 | 110 | 11 | 132 | 116 | 72 |
| Binary | 10010110 | 11101000 | 1000010 | 100011 | 0 | 1001000 | 1001 | 1011010 | 1001110 | 111010 |
Color Harmonies of #96E842
Complementary color
Monochromatic Colors of #96E842
Black with #96E842
Text Example
Text Example
White with #96E842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E842; }
p { color: rgb(150,232,66); }
H1.HeaderClassName
{
color: #96E842;
}
.AnyTagClassName
{
color: #96E842;
}
</style>
background-color css
<style>
a { background-color: #96E842; }
a { background-color: rgb(150,232,66); }
div.DivClassName
{
background-color: #96E842;
}
.BgClassName
{
background-color: #96E842;
}
</style>
border-color css
<style>
span { border-color: #96E842; }
span { border-color: rgb(150,232,66); }
td.TdClassName
{
border-color: #96E842;
}
.TagClassName
{
border-color: #96E842;
}
</style>