Shades of Atlantis #96CA3D
Tints of Atlantis #96CA3D
RGB
CMYK
RGB Variations
Color information
#96CA3D (or 0x96CA3D) is known color: Atlantis. HEX triplet: 96, CA and 3D. RGB value is (150,202,61). Sum of RGB (Red+Green+Blue) = 150+202+61=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CA3D is #6935C2. Grayscale: #AAAAAA. Windows color (decimal): -6895043 or 4049558. OLE color: 4049558.
HSL color Cylindrical-coordinate representation of color #96CA3D: hue angle of 82.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96CA3D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 61 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.21 |
| HSL | 82.13º | 0.57% | 0.52% | - |
| HSV(B) | 82.13º | 0.7% | 0.79% | - |
| XYZ | 34.54 | 49.06 | 12.06 | - |
| YUV | 170.38 | 66.27 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 61 | 0.26 | 0 | 0.70 | 0.21 | 82.13 | 0.57 | 0.52 |
| Hex | 96 | CA | 3D | 1A | 0 | 46 | 15 | 52 | 39 | 34 |
| Octal | 226 | 312 | 75 | 32 | 0 | 106 | 25 | 122 | 71 | 64 |
| Binary | 10010110 | 11001010 | 111101 | 11010 | 0 | 1000110 | 10101 | 1010010 | 111001 | 110100 |
Color Harmonies of #96CA3D
Complementary color
Monochromatic Colors of #96CA3D
Black with #96CA3D
Text Example
Text Example
White with #96CA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA3D; }
p { color: rgb(150,202,61); }
H1.HeaderClassName
{
color: #96CA3D;
}
.AnyTagClassName
{
color: #96CA3D;
}
</style>
background-color css
<style>
a { background-color: #96CA3D; }
a { background-color: rgb(150,202,61); }
div.DivClassName
{
background-color: #96CA3D;
}
.BgClassName
{
background-color: #96CA3D;
}
</style>
border-color css
<style>
span { border-color: #96CA3D; }
span { border-color: rgb(150,202,61); }
td.TdClassName
{
border-color: #96CA3D;
}
.TagClassName
{
border-color: #96CA3D;
}
</style>