Shades of Atlantis #94E047
Tints of Atlantis #94E047
RGB
CMYK
RGB Variations
Color information
#94E047 (or 0x94E047) is known color: Atlantis. HEX triplet: 94, E0 and 47. RGB value is (148,224,71). Sum of RGB (Red+Green+Blue) = 148+224+71=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #94E047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E047 is #6B1FB8. Grayscale: #B8B8B8. Windows color (decimal): -7020473 or 4710548. OLE color: 4710548.
HSL color Cylindrical-coordinate representation of color #94E047: hue angle of 89.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94E047 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 71 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.12 |
| HSL | 89.8º | 0.71% | 0.58% | - |
| HSV(B) | 89.8º | 0.68% | 0.88% | - |
| XYZ | 40.01 | 60.06 | 15.45 | - |
| YUV | 183.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 71 | 0.34 | 0 | 0.68 | 0.12 | 89.8 | 0.71 | 0.58 |
| Hex | 94 | E0 | 47 | 22 | 0 | 44 | C | 5A | 47 | 3A |
| Octal | 224 | 340 | 107 | 42 | 0 | 104 | 14 | 132 | 107 | 72 |
| Binary | 10010100 | 11100000 | 1000111 | 100010 | 0 | 1000100 | 1100 | 1011010 | 1000111 | 111010 |
Color Harmonies of #94E047
Complementary color
Monochromatic Colors of #94E047
Black with #94E047
Text Example
Text Example
White with #94E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E047; }
p { color: rgb(148,224,71); }
H1.HeaderClassName
{
color: #94E047;
}
.AnyTagClassName
{
color: #94E047;
}
</style>
background-color css
<style>
a { background-color: #94E047; }
a { background-color: rgb(148,224,71); }
div.DivClassName
{
background-color: #94E047;
}
.BgClassName
{
background-color: #94E047;
}
</style>
border-color css
<style>
span { border-color: #94E047; }
span { border-color: rgb(148,224,71); }
td.TdClassName
{
border-color: #94E047;
}
.TagClassName
{
border-color: #94E047;
}
</style>