Shades of Atlantis #96C14E
Tints of Atlantis #96C14E
RGB
CMYK
RGB Variations
Color information
#96C14E (or 0x96C14E) is known color: Atlantis. HEX triplet: 96, C1 and 4E. RGB value is (150,193,78). Sum of RGB (Red+Green+Blue) = 150+193+78=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #96C14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C14E is #693EB1. Grayscale: #A7A7A7. Windows color (decimal): -6897330 or 5161366. OLE color: 5161366.
HSL color Cylindrical-coordinate representation of color #96C14E: hue angle of 82.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96C14E is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 78 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.24 |
| HSL | 82.43º | 0.48% | 0.53% | - |
| HSV(B) | 82.43º | 0.6% | 0.76% | - |
| XYZ | 33.02 | 45.17 | 14.19 | - |
| YUV | 167.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 78 | 0.22 | 0 | 0.60 | 0.24 | 82.43 | 0.48 | 0.53 |
| Hex | 96 | C1 | 4E | 16 | 0 | 3C | 18 | 52 | 30 | 35 |
| Octal | 226 | 301 | 116 | 26 | 0 | 74 | 30 | 122 | 60 | 65 |
| Binary | 10010110 | 11000001 | 1001110 | 10110 | 0 | 111100 | 11000 | 1010010 | 110000 | 110101 |
Color Harmonies of #96C14E
Complementary color
Monochromatic Colors of #96C14E
Black with #96C14E
Text Example
Text Example
White with #96C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C14E; }
p { color: rgb(150,193,78); }
H1.HeaderClassName
{
color: #96C14E;
}
.AnyTagClassName
{
color: #96C14E;
}
</style>
background-color css
<style>
a { background-color: #96C14E; }
a { background-color: rgb(150,193,78); }
div.DivClassName
{
background-color: #96C14E;
}
.BgClassName
{
background-color: #96C14E;
}
</style>
border-color css
<style>
span { border-color: #96C14E; }
span { border-color: rgb(150,193,78); }
td.TdClassName
{
border-color: #96C14E;
}
.TagClassName
{
border-color: #96C14E;
}
</style>