Shades of Atlantis #96C83D
Tints of Atlantis #96C83D
RGB
CMYK
RGB Variations
Color information
#96C83D (or 0x96C83D) is known color: Atlantis. HEX triplet: 96, C8 and 3D. RGB value is (150,200,61). Sum of RGB (Red+Green+Blue) = 150+200+61=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #96C83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C83D is #6937C2. Grayscale: #A9A9A9. Windows color (decimal): -6895555 or 4049046. OLE color: 4049046.
HSL color Cylindrical-coordinate representation of color #96C83D: hue angle of 81.58º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96C83D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 61 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.22 |
| HSL | 81.58º | 0.56% | 0.51% | - |
| HSV(B) | 81.58º | 0.7% | 0.78% | - |
| XYZ | 34.07 | 48.13 | 11.91 | - |
| YUV | 169.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 61 | 0.25 | 0 | 0.69 | 0.22 | 81.58 | 0.56 | 0.51 |
| Hex | 96 | C8 | 3D | 19 | 0 | 45 | 16 | 52 | 38 | 33 |
| Octal | 226 | 310 | 75 | 31 | 0 | 105 | 26 | 122 | 70 | 63 |
| Binary | 10010110 | 11001000 | 111101 | 11001 | 0 | 1000101 | 10110 | 1010010 | 111000 | 110011 |
Color Harmonies of #96C83D
Complementary color
Monochromatic Colors of #96C83D
Black with #96C83D
Text Example
Text Example
White with #96C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C83D; }
p { color: rgb(150,200,61); }
H1.HeaderClassName
{
color: #96C83D;
}
.AnyTagClassName
{
color: #96C83D;
}
</style>
background-color css
<style>
a { background-color: #96C83D; }
a { background-color: rgb(150,200,61); }
div.DivClassName
{
background-color: #96C83D;
}
.BgClassName
{
background-color: #96C83D;
}
</style>
border-color css
<style>
span { border-color: #96C83D; }
span { border-color: rgb(150,200,61); }
td.TdClassName
{
border-color: #96C83D;
}
.TagClassName
{
border-color: #96C83D;
}
</style>