Shades of Atlantis #96EA47
Tints of Atlantis #96EA47
RGB
CMYK
RGB Variations
Color information
#96EA47 (or 0x96EA47) is known color: Atlantis. HEX triplet: 96, EA and 47. RGB value is (150,234,71). Sum of RGB (Red+Green+Blue) = 150+234+71=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EA47 is #6915B8. Grayscale: #BEBEBE. Windows color (decimal): -6886841 or 4713110. OLE color: 4713110.
HSL color Cylindrical-coordinate representation of color #96EA47: hue angle of 90.92º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96EA47 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 71 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.08 |
| HSL | 90.92º | 0.8% | 0.6% | - |
| HSV(B) | 90.92º | 0.7% | 0.92% | - |
| XYZ | 43.14 | 65.78 | 16.39 | - |
| YUV | 190.3 | 60.67 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 71 | 0.36 | 0 | 0.70 | 0.08 | 90.92 | 0.8 | 0.6 |
| Hex | 96 | EA | 47 | 24 | 0 | 46 | 8 | 5B | 50 | 3C |
| Octal | 226 | 352 | 107 | 44 | 0 | 106 | 10 | 133 | 120 | 74 |
| Binary | 10010110 | 11101010 | 1000111 | 100100 | 0 | 1000110 | 1000 | 1011011 | 1010000 | 111100 |
Color Harmonies of #96EA47
Complementary color
Monochromatic Colors of #96EA47
Black with #96EA47
Text Example
Text Example
White with #96EA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EA47; }
p { color: rgb(150,234,71); }
H1.HeaderClassName
{
color: #96EA47;
}
.AnyTagClassName
{
color: #96EA47;
}
</style>
background-color css
<style>
a { background-color: #96EA47; }
a { background-color: rgb(150,234,71); }
div.DivClassName
{
background-color: #96EA47;
}
.BgClassName
{
background-color: #96EA47;
}
</style>
border-color css
<style>
span { border-color: #96EA47; }
span { border-color: rgb(150,234,71); }
td.TdClassName
{
border-color: #96EA47;
}
.TagClassName
{
border-color: #96EA47;
}
</style>