Shades of Atlantis #96CE40
Tints of Atlantis #96CE40
RGB
CMYK
RGB Variations
Color information
#96CE40 (or 0x96CE40) is known color: Atlantis. HEX triplet: 96, CE and 40. RGB value is (150,206,64). Sum of RGB (Red+Green+Blue) = 150+206+64=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE40 is #6931BF. Grayscale: #ADADAD. Windows color (decimal): -6894016 or 4247190. OLE color: 4247190.
HSL color Cylindrical-coordinate representation of color #96CE40: hue angle of 83.66º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96CE40 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 64 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.19 |
| HSL | 83.66º | 0.59% | 0.53% | - |
| HSV(B) | 83.66º | 0.69% | 0.81% | - |
| XYZ | 35.57 | 51 | 12.82 | - |
| YUV | 173.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 64 | 0.27 | 0 | 0.69 | 0.19 | 83.66 | 0.59 | 0.53 |
| Hex | 96 | CE | 40 | 1B | 0 | 45 | 13 | 54 | 3B | 35 |
| Octal | 226 | 316 | 100 | 33 | 0 | 105 | 23 | 124 | 73 | 65 |
| Binary | 10010110 | 11001110 | 1000000 | 11011 | 0 | 1000101 | 10011 | 1010100 | 111011 | 110101 |
Color Harmonies of #96CE40
Complementary color
Monochromatic Colors of #96CE40
Black with #96CE40
Text Example
Text Example
White with #96CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE40; }
p { color: rgb(150,206,64); }
H1.HeaderClassName
{
color: #96CE40;
}
.AnyTagClassName
{
color: #96CE40;
}
</style>
background-color css
<style>
a { background-color: #96CE40; }
a { background-color: rgb(150,206,64); }
div.DivClassName
{
background-color: #96CE40;
}
.BgClassName
{
background-color: #96CE40;
}
</style>
border-color css
<style>
span { border-color: #96CE40; }
span { border-color: rgb(150,206,64); }
td.TdClassName
{
border-color: #96CE40;
}
.TagClassName
{
border-color: #96CE40;
}
</style>