Shades of Atlantis #96C93D
Tints of Atlantis #96C93D
RGB
CMYK
RGB Variations
Color information
#96C93D (or 0x96C93D) is known color: Atlantis. HEX triplet: 96, C9 and 3D. RGB value is (150,201,61). Sum of RGB (Red+Green+Blue) = 150+201+61=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #96C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C93D is #6936C2. Grayscale: #AAAAAA. Windows color (decimal): -6895299 or 4049302. OLE color: 4049302.
HSL color Cylindrical-coordinate representation of color #96C93D: hue angle of 81.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96C93D is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 61 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.21 |
| HSL | 81.86º | 0.56% | 0.51% | - |
| HSV(B) | 81.86º | 0.7% | 0.79% | - |
| XYZ | 34.31 | 48.59 | 11.99 | - |
| YUV | 169.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 61 | 0.25 | 0 | 0.70 | 0.21 | 81.86 | 0.56 | 0.51 |
| Hex | 96 | C9 | 3D | 19 | 0 | 46 | 15 | 52 | 38 | 33 |
| Octal | 226 | 311 | 75 | 31 | 0 | 106 | 25 | 122 | 70 | 63 |
| Binary | 10010110 | 11001001 | 111101 | 11001 | 0 | 1000110 | 10101 | 1010010 | 111000 | 110011 |
Color Harmonies of #96C93D
Complementary color
Monochromatic Colors of #96C93D
Black with #96C93D
Text Example
Text Example
White with #96C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C93D; }
p { color: rgb(150,201,61); }
H1.HeaderClassName
{
color: #96C93D;
}
.AnyTagClassName
{
color: #96C93D;
}
</style>
background-color css
<style>
a { background-color: #96C93D; }
a { background-color: rgb(150,201,61); }
div.DivClassName
{
background-color: #96C93D;
}
.BgClassName
{
background-color: #96C93D;
}
</style>
border-color css
<style>
span { border-color: #96C93D; }
span { border-color: rgb(150,201,61); }
td.TdClassName
{
border-color: #96C93D;
}
.TagClassName
{
border-color: #96C93D;
}
</style>