Shades of Atlantis #96E548
Tints of Atlantis #96E548
RGB
CMYK
RGB Variations
Color information
#96E548 (or 0x96E548) is known color: Atlantis. HEX triplet: 96, E5 and 48. RGB value is (150,229,72). Sum of RGB (Red+Green+Blue) = 150+229+72=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #96E548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E548 is #691AB7. Grayscale: #BCBCBC. Windows color (decimal): -6888120 or 4777366. OLE color: 4777366.
HSL color Cylindrical-coordinate representation of color #96E548: hue angle of 90.19º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96E548 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 72 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.10 |
| HSL | 90.19º | 0.75% | 0.59% | - |
| HSV(B) | 90.19º | 0.69% | 0.9% | - |
| XYZ | 41.77 | 62.99 | 16.09 | - |
| YUV | 187.48 | 62.83 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 72 | 0.34 | 0 | 0.69 | 0.10 | 90.19 | 0.75 | 0.59 |
| Hex | 96 | E5 | 48 | 22 | 0 | 45 | A | 5A | 4B | 3B |
| Octal | 226 | 345 | 110 | 42 | 0 | 105 | 12 | 132 | 113 | 73 |
| Binary | 10010110 | 11100101 | 1001000 | 100010 | 0 | 1000101 | 1010 | 1011010 | 1001011 | 111011 |
Color Harmonies of #96E548
Complementary color
Monochromatic Colors of #96E548
Black with #96E548
Text Example
Text Example
White with #96E548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E548; }
p { color: rgb(150,229,72); }
H1.HeaderClassName
{
color: #96E548;
}
.AnyTagClassName
{
color: #96E548;
}
</style>
background-color css
<style>
a { background-color: #96E548; }
a { background-color: rgb(150,229,72); }
div.DivClassName
{
background-color: #96E548;
}
.BgClassName
{
background-color: #96E548;
}
</style>
border-color css
<style>
span { border-color: #96E548; }
span { border-color: rgb(150,229,72); }
td.TdClassName
{
border-color: #96E548;
}
.TagClassName
{
border-color: #96E548;
}
</style>