Shades of Atlantis #94EC3C
Tints of Atlantis #94EC3C
RGB
CMYK
RGB Variations
Color information
#94EC3C (or 0x94EC3C) is known color: Atlantis. HEX triplet: 94, EC and 3C. RGB value is (148,236,60). Sum of RGB (Red+Green+Blue) = 148+236+60=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EC3C is #6B13C3. Grayscale: #BEBEBE. Windows color (decimal): -7017412 or 3992724. OLE color: 3992724.
HSL color Cylindrical-coordinate representation of color #94EC3C: hue angle of 90º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94EC3C is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 60 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.07 |
| HSL | 90º | 0.82% | 0.58% | - |
| HSV(B) | 90º | 0.75% | 0.93% | - |
| XYZ | 43.02 | 66.61 | 14.86 | - |
| YUV | 189.62 | 54.85 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 60 | 0.37 | 0 | 0.75 | 0.07 | 90 | 0.82 | 0.58 |
| Hex | 94 | EC | 3C | 25 | 0 | 4B | 7 | 5A | 52 | 3A |
| Octal | 224 | 354 | 74 | 45 | 0 | 113 | 7 | 132 | 122 | 72 |
| Binary | 10010100 | 11101100 | 111100 | 100101 | 0 | 1001011 | 111 | 1011010 | 1010010 | 111010 |
Color Harmonies of #94EC3C
Complementary color
Monochromatic Colors of #94EC3C
Black with #94EC3C
Text Example
Text Example
White with #94EC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC3C; }
p { color: rgb(148,236,60); }
H1.HeaderClassName
{
color: #94EC3C;
}
.AnyTagClassName
{
color: #94EC3C;
}
</style>
background-color css
<style>
a { background-color: #94EC3C; }
a { background-color: rgb(148,236,60); }
div.DivClassName
{
background-color: #94EC3C;
}
.BgClassName
{
background-color: #94EC3C;
}
</style>
border-color css
<style>
span { border-color: #94EC3C; }
span { border-color: rgb(148,236,60); }
td.TdClassName
{
border-color: #94EC3C;
}
.TagClassName
{
border-color: #94EC3C;
}
</style>