Shades of Atlantis #96CE3D
Tints of Atlantis #96CE3D
RGB
CMYK
RGB Variations
Color information
#96CE3D (or 0x96CE3D) is known color: Atlantis. HEX triplet: 96, CE and 3D. RGB value is (150,206,61). Sum of RGB (Red+Green+Blue) = 150+206+61=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE3D is #6931C2. Grayscale: #ADADAD. Windows color (decimal): -6894019 or 4050582. OLE color: 4050582.
HSL color Cylindrical-coordinate representation of color #96CE3D: hue angle of 83.17º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96CE3D is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 61 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.19 |
| HSL | 83.17º | 0.6% | 0.52% | - |
| HSV(B) | 83.17º | 0.7% | 0.81% | - |
| XYZ | 35.49 | 50.96 | 12.38 | - |
| YUV | 172.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 61 | 0.27 | 0 | 0.70 | 0.19 | 83.17 | 0.6 | 0.52 |
| Hex | 96 | CE | 3D | 1B | 0 | 46 | 13 | 53 | 3C | 34 |
| Octal | 226 | 316 | 75 | 33 | 0 | 106 | 23 | 123 | 74 | 64 |
| Binary | 10010110 | 11001110 | 111101 | 11011 | 0 | 1000110 | 10011 | 1010011 | 111100 | 110100 |
Color Harmonies of #96CE3D
Complementary color
Monochromatic Colors of #96CE3D
Black with #96CE3D
Text Example
Text Example
White with #96CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE3D; }
p { color: rgb(150,206,61); }
H1.HeaderClassName
{
color: #96CE3D;
}
.AnyTagClassName
{
color: #96CE3D;
}
</style>
background-color css
<style>
a { background-color: #96CE3D; }
a { background-color: rgb(150,206,61); }
div.DivClassName
{
background-color: #96CE3D;
}
.BgClassName
{
background-color: #96CE3D;
}
</style>
border-color css
<style>
span { border-color: #96CE3D; }
span { border-color: rgb(150,206,61); }
td.TdClassName
{
border-color: #96CE3D;
}
.TagClassName
{
border-color: #96CE3D;
}
</style>