Shades of Atlantis #94E448
Tints of Atlantis #94E448
RGB
CMYK
RGB Variations
Color information
#94E448 (or 0x94E448) is known color: Atlantis. HEX triplet: 94, E4 and 48. RGB value is (148,228,72). Sum of RGB (Red+Green+Blue) = 148+228+72=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #94E448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E448 is #6B1BB7. Grayscale: #BABABA. Windows color (decimal): -7019448 or 4777108. OLE color: 4777108.
HSL color Cylindrical-coordinate representation of color #94E448: hue angle of 90.77º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94E448 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 228 | 72 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.11 |
| HSL | 90.77º | 0.74% | 0.59% | - |
| HSV(B) | 90.77º | 0.68% | 0.89% | - |
| XYZ | 41.13 | 62.25 | 15.98 | - |
| YUV | 186.3 | 63.5 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 72 | 0.35 | 0 | 0.68 | 0.11 | 90.77 | 0.74 | 0.59 |
| Hex | 94 | E4 | 48 | 23 | 0 | 44 | B | 5B | 4A | 3B |
| Octal | 224 | 344 | 110 | 43 | 0 | 104 | 13 | 133 | 112 | 73 |
| Binary | 10010100 | 11100100 | 1001000 | 100011 | 0 | 1000100 | 1011 | 1011011 | 1001010 | 111011 |
Color Harmonies of #94E448
Complementary color
Monochromatic Colors of #94E448
Black with #94E448
Text Example
Text Example
White with #94E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E448; }
p { color: rgb(148,228,72); }
H1.HeaderClassName
{
color: #94E448;
}
.AnyTagClassName
{
color: #94E448;
}
</style>
background-color css
<style>
a { background-color: #94E448; }
a { background-color: rgb(148,228,72); }
div.DivClassName
{
background-color: #94E448;
}
.BgClassName
{
background-color: #94E448;
}
</style>
border-color css
<style>
span { border-color: #94E448; }
span { border-color: rgb(148,228,72); }
td.TdClassName
{
border-color: #94E448;
}
.TagClassName
{
border-color: #94E448;
}
</style>