Shades of Atlantis #96C23E
Tints of Atlantis #96C23E
RGB
CMYK
RGB Variations
Color information
#96C23E (or 0x96C23E) is known color: Atlantis. HEX triplet: 96, C2 and 3E. RGB value is (150,194,62). Sum of RGB (Red+Green+Blue) = 150+194+62=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #96C23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C23E is #693DC1. Grayscale: #A6A6A6. Windows color (decimal): -6897090 or 4113046. OLE color: 4113046.
HSL color Cylindrical-coordinate representation of color #96C23E: hue angle of 80º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96C23E is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 62 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.24 |
| HSL | 80º | 0.52% | 0.5% | - |
| HSV(B) | 80º | 0.68% | 0.76% | - |
| XYZ | 32.74 | 45.42 | 11.6 | - |
| YUV | 165.8 | 69.42 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 62 | 0.23 | 0 | 0.68 | 0.24 | 80 | 0.52 | 0.5 |
| Hex | 96 | C2 | 3E | 17 | 0 | 44 | 18 | 50 | 34 | 32 |
| Octal | 226 | 302 | 76 | 27 | 0 | 104 | 30 | 120 | 64 | 62 |
| Binary | 10010110 | 11000010 | 111110 | 10111 | 0 | 1000100 | 11000 | 1010000 | 110100 | 110010 |
Color Harmonies of #96C23E
Complementary color
Monochromatic Colors of #96C23E
Black with #96C23E
Text Example
Text Example
White with #96C23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C23E; }
p { color: rgb(150,194,62); }
H1.HeaderClassName
{
color: #96C23E;
}
.AnyTagClassName
{
color: #96C23E;
}
</style>
background-color css
<style>
a { background-color: #96C23E; }
a { background-color: rgb(150,194,62); }
div.DivClassName
{
background-color: #96C23E;
}
.BgClassName
{
background-color: #96C23E;
}
</style>
border-color css
<style>
span { border-color: #96C23E; }
span { border-color: rgb(150,194,62); }
td.TdClassName
{
border-color: #96C23E;
}
.TagClassName
{
border-color: #96C23E;
}
</style>