Shades of Atlantis #96C14A
Tints of Atlantis #96C14A
RGB
CMYK
RGB Variations
Color information
#96C14A (or 0x96C14A) is known color: Atlantis. HEX triplet: 96, C1 and 4A. RGB value is (150,193,74). Sum of RGB (Red+Green+Blue) = 150+193+74=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #96C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C14A is #693EB5. Grayscale: #A7A7A7. Windows color (decimal): -6897334 or 4899222. OLE color: 4899222.
HSL color Cylindrical-coordinate representation of color #96C14A: hue angle of 81.68º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96C14A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 74 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.24 |
| HSL | 81.68º | 0.49% | 0.52% | - |
| HSV(B) | 81.68º | 0.62% | 0.76% | - |
| XYZ | 32.88 | 45.12 | 13.45 | - |
| YUV | 166.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 74 | 0.22 | 0 | 0.62 | 0.24 | 81.68 | 0.49 | 0.52 |
| Hex | 96 | C1 | 4A | 16 | 0 | 3E | 18 | 52 | 31 | 34 |
| Octal | 226 | 301 | 112 | 26 | 0 | 76 | 30 | 122 | 61 | 64 |
| Binary | 10010110 | 11000001 | 1001010 | 10110 | 0 | 111110 | 11000 | 1010010 | 110001 | 110100 |
Color Harmonies of #96C14A
Complementary color
Monochromatic Colors of #96C14A
Black with #96C14A
Text Example
Text Example
White with #96C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C14A; }
p { color: rgb(150,193,74); }
H1.HeaderClassName
{
color: #96C14A;
}
.AnyTagClassName
{
color: #96C14A;
}
</style>
background-color css
<style>
a { background-color: #96C14A; }
a { background-color: rgb(150,193,74); }
div.DivClassName
{
background-color: #96C14A;
}
.BgClassName
{
background-color: #96C14A;
}
</style>
border-color css
<style>
span { border-color: #96C14A; }
span { border-color: rgb(150,193,74); }
td.TdClassName
{
border-color: #96C14A;
}
.TagClassName
{
border-color: #96C14A;
}
</style>