Shades of Atlantis #96C93F
Tints of Atlantis #96C93F
RGB
CMYK
RGB Variations
Color information
#96C93F (or 0x96C93F) is known color: Atlantis. HEX triplet: 96, C9 and 3F. RGB value is (150,201,63). Sum of RGB (Red+Green+Blue) = 150+201+63=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #96C93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C93F is #6936C0. Grayscale: #AAAAAA. Windows color (decimal): -6895297 or 4180374. OLE color: 4180374.
HSL color Cylindrical-coordinate representation of color #96C93F: hue angle of 82.17º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96C93F is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 63 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.21 |
| HSL | 82.17º | 0.56% | 0.52% | - |
| HSV(B) | 82.17º | 0.69% | 0.79% | - |
| XYZ | 34.36 | 48.62 | 12.28 | - |
| YUV | 170.02 | 67.6 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 63 | 0.25 | 0 | 0.69 | 0.21 | 82.17 | 0.56 | 0.52 |
| Hex | 96 | C9 | 3F | 19 | 0 | 45 | 15 | 52 | 38 | 34 |
| Octal | 226 | 311 | 77 | 31 | 0 | 105 | 25 | 122 | 70 | 64 |
| Binary | 10010110 | 11001001 | 111111 | 11001 | 0 | 1000101 | 10101 | 1010010 | 111000 | 110100 |
Color Harmonies of #96C93F
Complementary color
Monochromatic Colors of #96C93F
Black with #96C93F
Text Example
Text Example
White with #96C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C93F; }
p { color: rgb(150,201,63); }
H1.HeaderClassName
{
color: #96C93F;
}
.AnyTagClassName
{
color: #96C93F;
}
</style>
background-color css
<style>
a { background-color: #96C93F; }
a { background-color: rgb(150,201,63); }
div.DivClassName
{
background-color: #96C93F;
}
.BgClassName
{
background-color: #96C93F;
}
</style>
border-color css
<style>
span { border-color: #96C93F; }
span { border-color: rgb(150,201,63); }
td.TdClassName
{
border-color: #96C93F;
}
.TagClassName
{
border-color: #96C93F;
}
</style>