Shades of Atlantis #94E031
Tints of Atlantis #94E031
RGB
CMYK
RGB Variations
Color information
#94E031 (or 0x94E031) is known color: Atlantis. HEX triplet: 94, E0 and 31. RGB value is (148,224,49). Sum of RGB (Red+Green+Blue) = 148+224+49=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #94E031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E031 is #6B1FCE. Grayscale: #B5B5B5. Windows color (decimal): -7020495 or 3268756. OLE color: 3268756.
HSL color Cylindrical-coordinate representation of color #94E031: hue angle of 86.06º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94E031 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 49 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.12 |
| HSL | 86.06º | 0.74% | 0.54% | - |
| HSV(B) | 86.06º | 0.78% | 0.88% | - |
| XYZ | 39.42 | 59.83 | 12.38 | - |
| YUV | 181.33 | 53.32 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 49 | 0.34 | 0 | 0.78 | 0.12 | 86.06 | 0.74 | 0.54 |
| Hex | 94 | E0 | 31 | 22 | 0 | 4E | C | 56 | 4A | 36 |
| Octal | 224 | 340 | 61 | 42 | 0 | 116 | 14 | 126 | 112 | 66 |
| Binary | 10010100 | 11100000 | 110001 | 100010 | 0 | 1001110 | 1100 | 1010110 | 1001010 | 110110 |
Color Harmonies of #94E031
Complementary color
Monochromatic Colors of #94E031
Black with #94E031
Text Example
Text Example
White with #94E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E031; }
p { color: rgb(148,224,49); }
H1.HeaderClassName
{
color: #94E031;
}
.AnyTagClassName
{
color: #94E031;
}
</style>
background-color css
<style>
a { background-color: #94E031; }
a { background-color: rgb(148,224,49); }
div.DivClassName
{
background-color: #94E031;
}
.BgClassName
{
background-color: #94E031;
}
</style>
border-color css
<style>
span { border-color: #94E031; }
span { border-color: rgb(148,224,49); }
td.TdClassName
{
border-color: #94E031;
}
.TagClassName
{
border-color: #94E031;
}
</style>