Shades of Atlantis #96E647
Tints of Atlantis #96E647
RGB
CMYK
RGB Variations
Color information
#96E647 (or 0x96E647) is known color: Atlantis. HEX triplet: 96, E6 and 47. RGB value is (150,230,71). Sum of RGB (Red+Green+Blue) = 150+230+71=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 230 (90.23% from 255 or 51.00% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 230 - color contains mainly: green. Hex color #96E647 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E647 is #6919B8. Grayscale: #BCBCBC. Windows color (decimal): -6887865 or 4712086. OLE color: 4712086.
HSL color Cylindrical-coordinate representation of color #96E647: hue angle of 90.19º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96E647 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 230 | 71 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.10 |
| HSL | 90.19º | 0.76% | 0.59% | - |
| HSV(B) | 90.19º | 0.69% | 0.9% | - |
| XYZ | 42.01 | 63.53 | 16.01 | - |
| YUV | 187.95 | 62 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 230 | 71 | 0.35 | 0 | 0.69 | 0.10 | 90.19 | 0.76 | 0.59 |
| Hex | 96 | E6 | 47 | 23 | 0 | 45 | A | 5A | 4C | 3B |
| Octal | 226 | 346 | 107 | 43 | 0 | 105 | 12 | 132 | 114 | 73 |
| Binary | 10010110 | 11100110 | 1000111 | 100011 | 0 | 1000101 | 1010 | 1011010 | 1001100 | 111011 |
Color Harmonies of #96E647
Complementary color
Monochromatic Colors of #96E647
Black with #96E647
Text Example
Text Example
White with #96E647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E647; }
p { color: rgb(150,230,71); }
H1.HeaderClassName
{
color: #96E647;
}
.AnyTagClassName
{
color: #96E647;
}
</style>
background-color css
<style>
a { background-color: #96E647; }
a { background-color: rgb(150,230,71); }
div.DivClassName
{
background-color: #96E647;
}
.BgClassName
{
background-color: #96E647;
}
</style>
border-color css
<style>
span { border-color: #96E647; }
span { border-color: rgb(150,230,71); }
td.TdClassName
{
border-color: #96E647;
}
.TagClassName
{
border-color: #96E647;
}
</style>