Shades of Atlantis #96E534
Tints of Atlantis #96E534
RGB
CMYK
RGB Variations
Color information
#96E534 (or 0x96E534) is known color: Atlantis. HEX triplet: 96, E5 and 34. RGB value is (150,229,52). Sum of RGB (Red+Green+Blue) = 150+229+52=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #96E534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E534 is #691ACB. Grayscale: #B9B9B9. Windows color (decimal): -6888140 or 3466646. OLE color: 3466646.
HSL color Cylindrical-coordinate representation of color #96E534: hue angle of 86.78º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96E534 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 52 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.10 |
| HSL | 86.78º | 0.77% | 0.55% | - |
| HSV(B) | 86.78º | 0.77% | 0.9% | - |
| XYZ | 41.22 | 62.77 | 13.19 | - |
| YUV | 185.2 | 52.83 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 52 | 0.34 | 0 | 0.77 | 0.10 | 86.78 | 0.77 | 0.55 |
| Hex | 96 | E5 | 34 | 22 | 0 | 4D | A | 57 | 4D | 37 |
| Octal | 226 | 345 | 64 | 42 | 0 | 115 | 12 | 127 | 115 | 67 |
| Binary | 10010110 | 11100101 | 110100 | 100010 | 0 | 1001101 | 1010 | 1010111 | 1001101 | 110111 |
Color Harmonies of #96E534
Complementary color
Monochromatic Colors of #96E534
Black with #96E534
Text Example
Text Example
White with #96E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E534; }
p { color: rgb(150,229,52); }
H1.HeaderClassName
{
color: #96E534;
}
.AnyTagClassName
{
color: #96E534;
}
</style>
background-color css
<style>
a { background-color: #96E534; }
a { background-color: rgb(150,229,52); }
div.DivClassName
{
background-color: #96E534;
}
.BgClassName
{
background-color: #96E534;
}
</style>
border-color css
<style>
span { border-color: #96E534; }
span { border-color: rgb(150,229,52); }
td.TdClassName
{
border-color: #96E534;
}
.TagClassName
{
border-color: #96E534;
}
</style>