Shades of Atlantis #96C744
Tints of Atlantis #96C744
RGB
CMYK
RGB Variations
Color information
#96C744 (or 0x96C744) is known color: Atlantis. HEX triplet: 96, C7 and 44. RGB value is (150,199,68). Sum of RGB (Red+Green+Blue) = 150+199+68=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #96C744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C744 is #6938BB. Grayscale: #A9A9A9. Windows color (decimal): -6895804 or 4507542. OLE color: 4507542.
HSL color Cylindrical-coordinate representation of color #96C744: hue angle of 82.44º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96C744 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 68 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.22 |
| HSL | 82.44º | 0.54% | 0.52% | - |
| HSV(B) | 82.44º | 0.66% | 0.78% | - |
| XYZ | 34.04 | 47.75 | 12.89 | - |
| YUV | 169.42 | 70.77 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 68 | 0.25 | 0 | 0.66 | 0.22 | 82.44 | 0.54 | 0.52 |
| Hex | 96 | C7 | 44 | 19 | 0 | 42 | 16 | 52 | 36 | 34 |
| Octal | 226 | 307 | 104 | 31 | 0 | 102 | 26 | 122 | 66 | 64 |
| Binary | 10010110 | 11000111 | 1000100 | 11001 | 0 | 1000010 | 10110 | 1010010 | 110110 | 110100 |
Color Harmonies of #96C744
Complementary color
Monochromatic Colors of #96C744
Black with #96C744
Text Example
Text Example
White with #96C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C744; }
p { color: rgb(150,199,68); }
H1.HeaderClassName
{
color: #96C744;
}
.AnyTagClassName
{
color: #96C744;
}
</style>
background-color css
<style>
a { background-color: #96C744; }
a { background-color: rgb(150,199,68); }
div.DivClassName
{
background-color: #96C744;
}
.BgClassName
{
background-color: #96C744;
}
</style>
border-color css
<style>
span { border-color: #96C744; }
span { border-color: rgb(150,199,68); }
td.TdClassName
{
border-color: #96C744;
}
.TagClassName
{
border-color: #96C744;
}
</style>