Shades of Atlantis #96E63D
Tints of Atlantis #96E63D
RGB
CMYK
RGB Variations
Color information
#96E63D (or 0x96E63D) is known color: Atlantis. HEX triplet: 96, E6 and 3D. RGB value is (150,230,61). Sum of RGB (Red+Green+Blue) = 150+230+61=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #96E63D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E63D is #6919C2. Grayscale: #BBBBBB. Windows color (decimal): -6887875 or 4056726. OLE color: 4056726.
HSL color Cylindrical-coordinate representation of color #96E63D: hue angle of 88.4º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96E63D is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 230 | 61 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.10 |
| HSL | 88.4º | 0.77% | 0.57% | - |
| HSV(B) | 88.4º | 0.73% | 0.9% | - |
| XYZ | 41.72 | 63.41 | 14.46 | - |
| YUV | 186.81 | 57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 230 | 61 | 0.35 | 0 | 0.73 | 0.10 | 88.4 | 0.77 | 0.57 |
| Hex | 96 | E6 | 3D | 23 | 0 | 49 | A | 58 | 4D | 39 |
| Octal | 226 | 346 | 75 | 43 | 0 | 111 | 12 | 130 | 115 | 71 |
| Binary | 10010110 | 11100110 | 111101 | 100011 | 0 | 1001001 | 1010 | 1011000 | 1001101 | 111001 |
Color Harmonies of #96E63D
Complementary color
Monochromatic Colors of #96E63D
Black with #96E63D
Text Example
Text Example
White with #96E63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E63D; }
p { color: rgb(150,230,61); }
H1.HeaderClassName
{
color: #96E63D;
}
.AnyTagClassName
{
color: #96E63D;
}
</style>
background-color css
<style>
a { background-color: #96E63D; }
a { background-color: rgb(150,230,61); }
div.DivClassName
{
background-color: #96E63D;
}
.BgClassName
{
background-color: #96E63D;
}
</style>
border-color css
<style>
span { border-color: #96E63D; }
span { border-color: rgb(150,230,61); }
td.TdClassName
{
border-color: #96E63D;
}
.TagClassName
{
border-color: #96E63D;
}
</style>