Shades of Atlantis #94E540
Tints of Atlantis #94E540
RGB
CMYK
RGB Variations
Color information
#94E540 (or 0x94E540) is known color: Atlantis. HEX triplet: 94, E5 and 40. RGB value is (148,229,64). Sum of RGB (Red+Green+Blue) = 148+229+64=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #94E540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E540 is #6B1ABF. Grayscale: #BABABA. Windows color (decimal): -7019200 or 4253076. OLE color: 4253076.
HSL color Cylindrical-coordinate representation of color #94E540: hue angle of 89.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94E540 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 64 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.10 |
| HSL | 89.45º | 0.76% | 0.57% | - |
| HSV(B) | 89.45º | 0.72% | 0.9% | - |
| XYZ | 41.16 | 62.7 | 14.78 | - |
| YUV | 185.97 | 59.16 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 64 | 0.35 | 0 | 0.72 | 0.10 | 89.45 | 0.76 | 0.57 |
| Hex | 94 | E5 | 40 | 23 | 0 | 48 | A | 59 | 4C | 39 |
| Octal | 224 | 345 | 100 | 43 | 0 | 110 | 12 | 131 | 114 | 71 |
| Binary | 10010100 | 11100101 | 1000000 | 100011 | 0 | 1001000 | 1010 | 1011001 | 1001100 | 111001 |
Color Harmonies of #94E540
Complementary color
Monochromatic Colors of #94E540
Black with #94E540
Text Example
Text Example
White with #94E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E540; }
p { color: rgb(148,229,64); }
H1.HeaderClassName
{
color: #94E540;
}
.AnyTagClassName
{
color: #94E540;
}
</style>
background-color css
<style>
a { background-color: #94E540; }
a { background-color: rgb(148,229,64); }
div.DivClassName
{
background-color: #94E540;
}
.BgClassName
{
background-color: #94E540;
}
</style>
border-color css
<style>
span { border-color: #94E540; }
span { border-color: rgb(148,229,64); }
td.TdClassName
{
border-color: #94E540;
}
.TagClassName
{
border-color: #94E540;
}
</style>