Shades of Atlantis #96C13F
Tints of Atlantis #96C13F
RGB
CMYK
RGB Variations
Color information
#96C13F (or 0x96C13F) is known color: Atlantis. HEX triplet: 96, C1 and 3F. RGB value is (150,193,63). Sum of RGB (Red+Green+Blue) = 150+193+63=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #96C13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C13F is #693EC0. Grayscale: #A5A5A5. Windows color (decimal): -6897345 or 4178326. OLE color: 4178326.
HSL color Cylindrical-coordinate representation of color #96C13F: hue angle of 79.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96C13F is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 63 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.24 |
| HSL | 79.85º | 0.51% | 0.5% | - |
| HSV(B) | 79.85º | 0.67% | 0.76% | - |
| XYZ | 32.54 | 44.98 | 11.67 | - |
| YUV | 165.32 | 70.25 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 63 | 0.22 | 0 | 0.67 | 0.24 | 79.85 | 0.51 | 0.5 |
| Hex | 96 | C1 | 3F | 16 | 0 | 43 | 18 | 50 | 33 | 32 |
| Octal | 226 | 301 | 77 | 26 | 0 | 103 | 30 | 120 | 63 | 62 |
| Binary | 10010110 | 11000001 | 111111 | 10110 | 0 | 1000011 | 11000 | 1010000 | 110011 | 110010 |
Color Harmonies of #96C13F
Complementary color
Monochromatic Colors of #96C13F
Black with #96C13F
Text Example
Text Example
White with #96C13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C13F; }
p { color: rgb(150,193,63); }
H1.HeaderClassName
{
color: #96C13F;
}
.AnyTagClassName
{
color: #96C13F;
}
</style>
background-color css
<style>
a { background-color: #96C13F; }
a { background-color: rgb(150,193,63); }
div.DivClassName
{
background-color: #96C13F;
}
.BgClassName
{
background-color: #96C13F;
}
</style>
border-color css
<style>
span { border-color: #96C13F; }
span { border-color: rgb(150,193,63); }
td.TdClassName
{
border-color: #96C13F;
}
.TagClassName
{
border-color: #96C13F;
}
</style>