Shades of Atlantis #94EC36
Tints of Atlantis #94EC36
RGB
CMYK
RGB Variations
Color information
#94EC36 (or 0x94EC36) is known color: Atlantis. HEX triplet: 94, EC and 36. RGB value is (148,236,54). Sum of RGB (Red+Green+Blue) = 148+236+54=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EC36 is #6B13C9. Grayscale: #BDBDBD. Windows color (decimal): -7017418 or 3599508. OLE color: 3599508.
HSL color Cylindrical-coordinate representation of color #94EC36: hue angle of 89.01º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94EC36 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 54 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.07 |
| HSL | 89.01º | 0.83% | 0.57% | - |
| HSV(B) | 89.01º | 0.77% | 0.93% | - |
| XYZ | 42.87 | 66.55 | 14.08 | - |
| YUV | 188.94 | 51.85 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 54 | 0.37 | 0 | 0.77 | 0.07 | 89.01 | 0.83 | 0.57 |
| Hex | 94 | EC | 36 | 25 | 0 | 4D | 7 | 59 | 53 | 39 |
| Octal | 224 | 354 | 66 | 45 | 0 | 115 | 7 | 131 | 123 | 71 |
| Binary | 10010100 | 11101100 | 110110 | 100101 | 0 | 1001101 | 111 | 1011001 | 1010011 | 111001 |
Color Harmonies of #94EC36
Complementary color
Monochromatic Colors of #94EC36
Black with #94EC36
Text Example
Text Example
White with #94EC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC36; }
p { color: rgb(148,236,54); }
H1.HeaderClassName
{
color: #94EC36;
}
.AnyTagClassName
{
color: #94EC36;
}
</style>
background-color css
<style>
a { background-color: #94EC36; }
a { background-color: rgb(148,236,54); }
div.DivClassName
{
background-color: #94EC36;
}
.BgClassName
{
background-color: #94EC36;
}
</style>
border-color css
<style>
span { border-color: #94EC36; }
span { border-color: rgb(148,236,54); }
td.TdClassName
{
border-color: #94EC36;
}
.TagClassName
{
border-color: #94EC36;
}
</style>