Shades of Atlantis #94E153
Tints of Atlantis #94E153
RGB
CMYK
RGB Variations
Color information
#94E153 (or 0x94E153) is known color: Atlantis. HEX triplet: 94, E1 and 53. RGB value is (148,225,83). Sum of RGB (Red+Green+Blue) = 148+225+83=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #94E153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E153 is #6B1EAC. Grayscale: #BABABA. Windows color (decimal): -7020205 or 5497236. OLE color: 5497236.
HSL color Cylindrical-coordinate representation of color #94E153: hue angle of 92.54º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94E153 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 225 | 83 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.12 |
| HSL | 92.54º | 0.7% | 0.6% | - |
| HSV(B) | 92.54º | 0.63% | 0.88% | - |
| XYZ | 40.7 | 60.77 | 17.77 | - |
| YUV | 185.79 | 69.99 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 83 | 0.34 | 0 | 0.63 | 0.12 | 92.54 | 0.7 | 0.6 |
| Hex | 94 | E1 | 53 | 22 | 0 | 3F | C | 5D | 46 | 3C |
| Octal | 224 | 341 | 123 | 42 | 0 | 77 | 14 | 135 | 106 | 74 |
| Binary | 10010100 | 11100001 | 1010011 | 100010 | 0 | 111111 | 1100 | 1011101 | 1000110 | 111100 |
Color Harmonies of #94E153
Complementary color
Monochromatic Colors of #94E153
Black with #94E153
Text Example
Text Example
White with #94E153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E153; }
p { color: rgb(148,225,83); }
H1.HeaderClassName
{
color: #94E153;
}
.AnyTagClassName
{
color: #94E153;
}
</style>
background-color css
<style>
a { background-color: #94E153; }
a { background-color: rgb(148,225,83); }
div.DivClassName
{
background-color: #94E153;
}
.BgClassName
{
background-color: #94E153;
}
</style>
border-color css
<style>
span { border-color: #94E153; }
span { border-color: rgb(148,225,83); }
td.TdClassName
{
border-color: #94E153;
}
.TagClassName
{
border-color: #94E153;
}
</style>