Shades of Atlantis #96D93E
Tints of Atlantis #96D93E
RGB
CMYK
RGB Variations
Color information
#96D93E (or 0x96D93E) is known color: Atlantis. HEX triplet: 96, D9 and 3E. RGB value is (150,217,62). Sum of RGB (Red+Green+Blue) = 150+217+62=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #96D93E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D93E is #6926C1. Grayscale: #B3B3B3. Windows color (decimal): -6891202 or 4118934. OLE color: 4118934.
HSL color Cylindrical-coordinate representation of color #96D93E: hue angle of 85.94º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96D93E is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 62 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.15 |
| HSL | 85.94º | 0.67% | 0.55% | - |
| HSV(B) | 85.94º | 0.71% | 0.85% | - |
| XYZ | 38.26 | 56.46 | 13.44 | - |
| YUV | 179.3 | 61.8 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 62 | 0.31 | 0 | 0.71 | 0.15 | 85.94 | 0.67 | 0.55 |
| Hex | 96 | D9 | 3E | 1F | 0 | 47 | F | 56 | 43 | 37 |
| Octal | 226 | 331 | 76 | 37 | 0 | 107 | 17 | 126 | 103 | 67 |
| Binary | 10010110 | 11011001 | 111110 | 11111 | 0 | 1000111 | 1111 | 1010110 | 1000011 | 110111 |
Color Harmonies of #96D93E
Complementary color
Monochromatic Colors of #96D93E
Black with #96D93E
Text Example
Text Example
White with #96D93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D93E; }
p { color: rgb(150,217,62); }
H1.HeaderClassName
{
color: #96D93E;
}
.AnyTagClassName
{
color: #96D93E;
}
</style>
background-color css
<style>
a { background-color: #96D93E; }
a { background-color: rgb(150,217,62); }
div.DivClassName
{
background-color: #96D93E;
}
.BgClassName
{
background-color: #96D93E;
}
</style>
border-color css
<style>
span { border-color: #96D93E; }
span { border-color: rgb(150,217,62); }
td.TdClassName
{
border-color: #96D93E;
}
.TagClassName
{
border-color: #96D93E;
}
</style>