Shades of Atlantis #94E542
Tints of Atlantis #94E542
RGB
CMYK
RGB Variations
Color information
#94E542 (or 0x94E542) is known color: Atlantis. HEX triplet: 94, E5 and 42. RGB value is (148,229,66). Sum of RGB (Red+Green+Blue) = 148+229+66=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #94E542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E542 is #6B1ABD. Grayscale: #BABABA. Windows color (decimal): -7019198 or 4384148. OLE color: 4384148.
HSL color Cylindrical-coordinate representation of color #94E542: hue angle of 89.82º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94E542 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 66 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.10 |
| HSL | 89.82º | 0.76% | 0.58% | - |
| HSV(B) | 89.82º | 0.71% | 0.9% | - |
| XYZ | 41.22 | 62.73 | 15.09 | - |
| YUV | 186.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 66 | 0.35 | 0 | 0.71 | 0.10 | 89.82 | 0.76 | 0.58 |
| Hex | 94 | E5 | 42 | 23 | 0 | 47 | A | 5A | 4C | 3A |
| Octal | 224 | 345 | 102 | 43 | 0 | 107 | 12 | 132 | 114 | 72 |
| Binary | 10010100 | 11100101 | 1000010 | 100011 | 0 | 1000111 | 1010 | 1011010 | 1001100 | 111010 |
Color Harmonies of #94E542
Complementary color
Monochromatic Colors of #94E542
Black with #94E542
Text Example
Text Example
White with #94E542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E542; }
p { color: rgb(148,229,66); }
H1.HeaderClassName
{
color: #94E542;
}
.AnyTagClassName
{
color: #94E542;
}
</style>
background-color css
<style>
a { background-color: #94E542; }
a { background-color: rgb(148,229,66); }
div.DivClassName
{
background-color: #94E542;
}
.BgClassName
{
background-color: #94E542;
}
</style>
border-color css
<style>
span { border-color: #94E542; }
span { border-color: rgb(148,229,66); }
td.TdClassName
{
border-color: #94E542;
}
.TagClassName
{
border-color: #94E542;
}
</style>