Shades of Atlantis #94D348
Tints of Atlantis #94D348
RGB
CMYK
RGB Variations
Color information
#94D348 (or 0x94D348) is known color: Atlantis. HEX triplet: 94, D3 and 48. RGB value is (148,211,72). Sum of RGB (Red+Green+Blue) = 148+211+72=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #94D348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D348 is #6B2CB7. Grayscale: #B0B0B0. Windows color (decimal): -7023800 or 4772756. OLE color: 4772756.
HSL color Cylindrical-coordinate representation of color #94D348: hue angle of 87.19º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94D348 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 72 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.17 |
| HSL | 87.19º | 0.61% | 0.55% | - |
| HSV(B) | 87.19º | 0.66% | 0.83% | - |
| XYZ | 36.68 | 53.35 | 14.5 | - |
| YUV | 176.32 | 69.13 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 72 | 0.30 | 0 | 0.66 | 0.17 | 87.19 | 0.61 | 0.55 |
| Hex | 94 | D3 | 48 | 1E | 0 | 42 | 11 | 57 | 3D | 37 |
| Octal | 224 | 323 | 110 | 36 | 0 | 102 | 21 | 127 | 75 | 67 |
| Binary | 10010100 | 11010011 | 1001000 | 11110 | 0 | 1000010 | 10001 | 1010111 | 111101 | 110111 |
Color Harmonies of #94D348
Complementary color
Monochromatic Colors of #94D348
Black with #94D348
Text Example
Text Example
White with #94D348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D348; }
p { color: rgb(148,211,72); }
H1.HeaderClassName
{
color: #94D348;
}
.AnyTagClassName
{
color: #94D348;
}
</style>
background-color css
<style>
a { background-color: #94D348; }
a { background-color: rgb(148,211,72); }
div.DivClassName
{
background-color: #94D348;
}
.BgClassName
{
background-color: #94D348;
}
</style>
border-color css
<style>
span { border-color: #94D348; }
span { border-color: rgb(148,211,72); }
td.TdClassName
{
border-color: #94D348;
}
.TagClassName
{
border-color: #94D348;
}
</style>