Shades of Atlantis #96C23C
Tints of Atlantis #96C23C
RGB
CMYK
RGB Variations
Color information
#96C23C (or 0x96C23C) is known color: Atlantis. HEX triplet: 96, C2 and 3C. RGB value is (150,194,60). Sum of RGB (Red+Green+Blue) = 150+194+60=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #96C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C23C is #693DC3. Grayscale: #A6A6A6. Windows color (decimal): -6897092 or 3981974. OLE color: 3981974.
HSL color Cylindrical-coordinate representation of color #96C23C: hue angle of 79.7º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96C23C is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 60 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.24 |
| HSL | 79.7º | 0.53% | 0.5% | - |
| HSV(B) | 79.7º | 0.69% | 0.76% | - |
| XYZ | 32.69 | 45.39 | 11.31 | - |
| YUV | 165.57 | 68.42 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 60 | 0.23 | 0 | 0.69 | 0.24 | 79.7 | 0.53 | 0.5 |
| Hex | 96 | C2 | 3C | 17 | 0 | 45 | 18 | 50 | 35 | 32 |
| Octal | 226 | 302 | 74 | 27 | 0 | 105 | 30 | 120 | 65 | 62 |
| Binary | 10010110 | 11000010 | 111100 | 10111 | 0 | 1000101 | 11000 | 1010000 | 110101 | 110010 |
Color Harmonies of #96C23C
Complementary color
Monochromatic Colors of #96C23C
Black with #96C23C
Text Example
Text Example
White with #96C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C23C; }
p { color: rgb(150,194,60); }
H1.HeaderClassName
{
color: #96C23C;
}
.AnyTagClassName
{
color: #96C23C;
}
</style>
background-color css
<style>
a { background-color: #96C23C; }
a { background-color: rgb(150,194,60); }
div.DivClassName
{
background-color: #96C23C;
}
.BgClassName
{
background-color: #96C23C;
}
</style>
border-color css
<style>
span { border-color: #96C23C; }
span { border-color: rgb(150,194,60); }
td.TdClassName
{
border-color: #96C23C;
}
.TagClassName
{
border-color: #96C23C;
}
</style>