Shades of Atlantis #94E238
Tints of Atlantis #94E238
RGB
CMYK
RGB Variations
Color information
#94E238 (or 0x94E238) is known color: Atlantis. HEX triplet: 94, E2 and 38. RGB value is (148,226,56). Sum of RGB (Red+Green+Blue) = 148+226+56=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #94E238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E238 is #6B1DC7. Grayscale: #B7B7B7. Windows color (decimal): -7019976 or 3728020. OLE color: 3728020.
HSL color Cylindrical-coordinate representation of color #94E238: hue angle of 87.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94E238 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 226 | 56 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.11 |
| HSL | 87.53º | 0.75% | 0.55% | - |
| HSV(B) | 87.53º | 0.75% | 0.89% | - |
| XYZ | 40.12 | 60.97 | 13.4 | - |
| YUV | 183.3 | 56.16 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 226 | 56 | 0.35 | 0 | 0.75 | 0.11 | 87.53 | 0.75 | 0.55 |
| Hex | 94 | E2 | 38 | 23 | 0 | 4B | B | 58 | 4B | 37 |
| Octal | 224 | 342 | 70 | 43 | 0 | 113 | 13 | 130 | 113 | 67 |
| Binary | 10010100 | 11100010 | 111000 | 100011 | 0 | 1001011 | 1011 | 1011000 | 1001011 | 110111 |
Color Harmonies of #94E238
Complementary color
Monochromatic Colors of #94E238
Black with #94E238
Text Example
Text Example
White with #94E238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E238; }
p { color: rgb(148,226,56); }
H1.HeaderClassName
{
color: #94E238;
}
.AnyTagClassName
{
color: #94E238;
}
</style>
background-color css
<style>
a { background-color: #94E238; }
a { background-color: rgb(148,226,56); }
div.DivClassName
{
background-color: #94E238;
}
.BgClassName
{
background-color: #94E238;
}
</style>
border-color css
<style>
span { border-color: #94E238; }
span { border-color: rgb(148,226,56); }
td.TdClassName
{
border-color: #94E238;
}
.TagClassName
{
border-color: #94E238;
}
</style>