Shades of Atlantis #94E23F
Tints of Atlantis #94E23F
RGB
CMYK
RGB Variations
Color information
#94E23F (or 0x94E23F) is known color: Atlantis. HEX triplet: 94, E2 and 3F. RGB value is (148,226,63). Sum of RGB (Red+Green+Blue) = 148+226+63=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #94E23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E23F is #6B1DC0. Grayscale: #B8B8B8. Windows color (decimal): -7019969 or 4186772. OLE color: 4186772.
HSL color Cylindrical-coordinate representation of color #94E23F: hue angle of 88.71º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94E23F is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 226 | 63 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.11 |
| HSL | 88.71º | 0.74% | 0.57% | - |
| HSV(B) | 88.71º | 0.72% | 0.89% | - |
| XYZ | 40.31 | 61.05 | 14.36 | - |
| YUV | 184.1 | 59.66 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 226 | 63 | 0.35 | 0 | 0.72 | 0.11 | 88.71 | 0.74 | 0.57 |
| Hex | 94 | E2 | 3F | 23 | 0 | 48 | B | 59 | 4A | 39 |
| Octal | 224 | 342 | 77 | 43 | 0 | 110 | 13 | 131 | 112 | 71 |
| Binary | 10010100 | 11100010 | 111111 | 100011 | 0 | 1001000 | 1011 | 1011001 | 1001010 | 111001 |
Color Harmonies of #94E23F
Complementary color
Monochromatic Colors of #94E23F
Black with #94E23F
Text Example
Text Example
White with #94E23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E23F; }
p { color: rgb(148,226,63); }
H1.HeaderClassName
{
color: #94E23F;
}
.AnyTagClassName
{
color: #94E23F;
}
</style>
background-color css
<style>
a { background-color: #94E23F; }
a { background-color: rgb(148,226,63); }
div.DivClassName
{
background-color: #94E23F;
}
.BgClassName
{
background-color: #94E23F;
}
</style>
border-color css
<style>
span { border-color: #94E23F; }
span { border-color: rgb(148,226,63); }
td.TdClassName
{
border-color: #94E23F;
}
.TagClassName
{
border-color: #94E23F;
}
</style>