Shades of Atlantis #96C24B
Tints of Atlantis #96C24B
RGB
CMYK
RGB Variations
Color information
#96C24B (or 0x96C24B) is known color: Atlantis. HEX triplet: 96, C2 and 4B. RGB value is (150,194,75). Sum of RGB (Red+Green+Blue) = 150+194+75=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #96C24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C24B is #693DB4. Grayscale: #A7A7A7. Windows color (decimal): -6897077 or 4965014. OLE color: 4965014.
HSL color Cylindrical-coordinate representation of color #96C24B: hue angle of 82.18º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96C24B is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 75 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.24 |
| HSL | 82.18º | 0.49% | 0.53% | - |
| HSV(B) | 82.18º | 0.61% | 0.76% | - |
| XYZ | 33.14 | 45.58 | 13.71 | - |
| YUV | 167.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 75 | 0.23 | 0 | 0.61 | 0.24 | 82.18 | 0.49 | 0.53 |
| Hex | 96 | C2 | 4B | 17 | 0 | 3D | 18 | 52 | 31 | 35 |
| Octal | 226 | 302 | 113 | 27 | 0 | 75 | 30 | 122 | 61 | 65 |
| Binary | 10010110 | 11000010 | 1001011 | 10111 | 0 | 111101 | 11000 | 1010010 | 110001 | 110101 |
Color Harmonies of #96C24B
Complementary color
Monochromatic Colors of #96C24B
Black with #96C24B
Text Example
Text Example
White with #96C24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C24B; }
p { color: rgb(150,194,75); }
H1.HeaderClassName
{
color: #96C24B;
}
.AnyTagClassName
{
color: #96C24B;
}
</style>
background-color css
<style>
a { background-color: #96C24B; }
a { background-color: rgb(150,194,75); }
div.DivClassName
{
background-color: #96C24B;
}
.BgClassName
{
background-color: #96C24B;
}
</style>
border-color css
<style>
span { border-color: #96C24B; }
span { border-color: rgb(150,194,75); }
td.TdClassName
{
border-color: #96C24B;
}
.TagClassName
{
border-color: #96C24B;
}
</style>