Shades of Atlantis #96E43D
Tints of Atlantis #96E43D
RGB
CMYK
RGB Variations
Color information
#96E43D (or 0x96E43D) is known color: Atlantis. HEX triplet: 96, E4 and 3D. RGB value is (150,228,61). Sum of RGB (Red+Green+Blue) = 150+228+61=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #96E43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E43D is #691BC2. Grayscale: #BABABA. Windows color (decimal): -6888387 or 4056214. OLE color: 4056214.
HSL color Cylindrical-coordinate representation of color #96E43D: hue angle of 88.02º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96E43D is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 61 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.11 |
| HSL | 88.02º | 0.76% | 0.57% | - |
| HSV(B) | 88.02º | 0.73% | 0.89% | - |
| XYZ | 41.16 | 62.31 | 14.27 | - |
| YUV | 185.64 | 57.66 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 61 | 0.34 | 0 | 0.73 | 0.11 | 88.02 | 0.76 | 0.57 |
| Hex | 96 | E4 | 3D | 22 | 0 | 49 | B | 58 | 4C | 39 |
| Octal | 226 | 344 | 75 | 42 | 0 | 111 | 13 | 130 | 114 | 71 |
| Binary | 10010110 | 11100100 | 111101 | 100010 | 0 | 1001001 | 1011 | 1011000 | 1001100 | 111001 |
Color Harmonies of #96E43D
Complementary color
Monochromatic Colors of #96E43D
Black with #96E43D
Text Example
Text Example
White with #96E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E43D; }
p { color: rgb(150,228,61); }
H1.HeaderClassName
{
color: #96E43D;
}
.AnyTagClassName
{
color: #96E43D;
}
</style>
background-color css
<style>
a { background-color: #96E43D; }
a { background-color: rgb(150,228,61); }
div.DivClassName
{
background-color: #96E43D;
}
.BgClassName
{
background-color: #96E43D;
}
</style>
border-color css
<style>
span { border-color: #96E43D; }
span { border-color: rgb(150,228,61); }
td.TdClassName
{
border-color: #96E43D;
}
.TagClassName
{
border-color: #96E43D;
}
</style>