Shades of Atlantis #96DC4E
Tints of Atlantis #96DC4E
RGB
CMYK
RGB Variations
Color information
#96DC4E (or 0x96DC4E) is known color: Atlantis. HEX triplet: 96, DC and 4E. RGB value is (150,220,78). Sum of RGB (Red+Green+Blue) = 150+220+78=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DC4E is #6923B1. Grayscale: #B7B7B7. Windows color (decimal): -6890418 or 5168278. OLE color: 5168278.
HSL color Cylindrical-coordinate representation of color #96DC4E: hue angle of 89.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96DC4E is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 78 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.14 |
| HSL | 89.58º | 0.67% | 0.58% | - |
| HSV(B) | 89.58º | 0.65% | 0.86% | - |
| XYZ | 39.55 | 58.22 | 16.36 | - |
| YUV | 182.88 | 68.81 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 78 | 0.32 | 0 | 0.65 | 0.14 | 89.58 | 0.67 | 0.58 |
| Hex | 96 | DC | 4E | 20 | 0 | 41 | E | 5A | 43 | 3A |
| Octal | 226 | 334 | 116 | 40 | 0 | 101 | 16 | 132 | 103 | 72 |
| Binary | 10010110 | 11011100 | 1001110 | 100000 | 0 | 1000001 | 1110 | 1011010 | 1000011 | 111010 |
Color Harmonies of #96DC4E
Complementary color
Monochromatic Colors of #96DC4E
Black with #96DC4E
Text Example
Text Example
White with #96DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC4E; }
p { color: rgb(150,220,78); }
H1.HeaderClassName
{
color: #96DC4E;
}
.AnyTagClassName
{
color: #96DC4E;
}
</style>
background-color css
<style>
a { background-color: #96DC4E; }
a { background-color: rgb(150,220,78); }
div.DivClassName
{
background-color: #96DC4E;
}
.BgClassName
{
background-color: #96DC4E;
}
</style>
border-color css
<style>
span { border-color: #96DC4E; }
span { border-color: rgb(150,220,78); }
td.TdClassName
{
border-color: #96DC4E;
}
.TagClassName
{
border-color: #96DC4E;
}
</style>