Shades of Atlantis #96EA33
Tints of Atlantis #96EA33
RGB
CMYK
RGB Variations
Color information
#96EA33 (or 0x96EA33) is known color: Atlantis. HEX triplet: 96, EA and 33. RGB value is (150,234,51). Sum of RGB (Red+Green+Blue) = 150+234+51=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EA33 is #6915CC. Grayscale: #BCBCBC. Windows color (decimal): -6886861 or 3402390. OLE color: 3402390.
HSL color Cylindrical-coordinate representation of color #96EA33: hue angle of 87.54º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96EA33 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 51 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.08 |
| HSL | 87.54º | 0.81% | 0.56% | - |
| HSV(B) | 87.54º | 0.78% | 0.92% | - |
| XYZ | 42.6 | 65.57 | 13.54 | - |
| YUV | 188.02 | 50.67 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 51 | 0.36 | 0 | 0.78 | 0.08 | 87.54 | 0.81 | 0.56 |
| Hex | 96 | EA | 33 | 24 | 0 | 4E | 8 | 58 | 51 | 38 |
| Octal | 226 | 352 | 63 | 44 | 0 | 116 | 10 | 130 | 121 | 70 |
| Binary | 10010110 | 11101010 | 110011 | 100100 | 0 | 1001110 | 1000 | 1011000 | 1010001 | 111000 |
Color Harmonies of #96EA33
Complementary color
Monochromatic Colors of #96EA33
Black with #96EA33
Text Example
Text Example
White with #96EA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EA33; }
p { color: rgb(150,234,51); }
H1.HeaderClassName
{
color: #96EA33;
}
.AnyTagClassName
{
color: #96EA33;
}
</style>
background-color css
<style>
a { background-color: #96EA33; }
a { background-color: rgb(150,234,51); }
div.DivClassName
{
background-color: #96EA33;
}
.BgClassName
{
background-color: #96EA33;
}
</style>
border-color css
<style>
span { border-color: #96EA33; }
span { border-color: rgb(150,234,51); }
td.TdClassName
{
border-color: #96EA33;
}
.TagClassName
{
border-color: #96EA33;
}
</style>