Shades of Atlantis #96D93A
Tints of Atlantis #96D93A
RGB
CMYK
RGB Variations
Color information
#96D93A (or 0x96D93A) is known color: Atlantis. HEX triplet: 96, D9 and 3A. RGB value is (150,217,58). Sum of RGB (Red+Green+Blue) = 150+217+58=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #96D93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D93A is #6926C5. Grayscale: #B3B3B3. Windows color (decimal): -6891206 or 3856790. OLE color: 3856790.
HSL color Cylindrical-coordinate representation of color #96D93A: hue angle of 85.28º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96D93A is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 58 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.15 |
| HSL | 85.28º | 0.68% | 0.54% | - |
| HSV(B) | 85.28º | 0.73% | 0.85% | - |
| XYZ | 38.15 | 56.42 | 12.88 | - |
| YUV | 178.84 | 59.8 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 58 | 0.31 | 0 | 0.73 | 0.15 | 85.28 | 0.68 | 0.54 |
| Hex | 96 | D9 | 3A | 1F | 0 | 49 | F | 55 | 44 | 36 |
| Octal | 226 | 331 | 72 | 37 | 0 | 111 | 17 | 125 | 104 | 66 |
| Binary | 10010110 | 11011001 | 111010 | 11111 | 0 | 1001001 | 1111 | 1010101 | 1000100 | 110110 |
Color Harmonies of #96D93A
Complementary color
Monochromatic Colors of #96D93A
Black with #96D93A
Text Example
Text Example
White with #96D93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D93A; }
p { color: rgb(150,217,58); }
H1.HeaderClassName
{
color: #96D93A;
}
.AnyTagClassName
{
color: #96D93A;
}
</style>
background-color css
<style>
a { background-color: #96D93A; }
a { background-color: rgb(150,217,58); }
div.DivClassName
{
background-color: #96D93A;
}
.BgClassName
{
background-color: #96D93A;
}
</style>
border-color css
<style>
span { border-color: #96D93A; }
span { border-color: rgb(150,217,58); }
td.TdClassName
{
border-color: #96D93A;
}
.TagClassName
{
border-color: #96D93A;
}
</style>