Shades of Atlantis #94D338
Tints of Atlantis #94D338
RGB
CMYK
RGB Variations
Color information
#94D338 (or 0x94D338) is known color: Atlantis. HEX triplet: 94, D3 and 38. RGB value is (148,211,56). Sum of RGB (Red+Green+Blue) = 148+211+56=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #94D338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D338 is #6B2CC7. Grayscale: #AFAFAF. Windows color (decimal): -7023816 or 3724180. OLE color: 3724180.
HSL color Cylindrical-coordinate representation of color #94D338: hue angle of 84.39º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94D338 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 56 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.17 |
| HSL | 84.39º | 0.64% | 0.52% | - |
| HSV(B) | 84.39º | 0.73% | 0.83% | - |
| XYZ | 36.22 | 53.17 | 12.1 | - |
| YUV | 174.49 | 61.13 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 56 | 0.30 | 0 | 0.73 | 0.17 | 84.39 | 0.64 | 0.52 |
| Hex | 94 | D3 | 38 | 1E | 0 | 49 | 11 | 54 | 40 | 34 |
| Octal | 224 | 323 | 70 | 36 | 0 | 111 | 21 | 124 | 100 | 64 |
| Binary | 10010100 | 11010011 | 111000 | 11110 | 0 | 1001001 | 10001 | 1010100 | 1000000 | 110100 |
Color Harmonies of #94D338
Complementary color
Monochromatic Colors of #94D338
Black with #94D338
Text Example
Text Example
White with #94D338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D338; }
p { color: rgb(148,211,56); }
H1.HeaderClassName
{
color: #94D338;
}
.AnyTagClassName
{
color: #94D338;
}
</style>
background-color css
<style>
a { background-color: #94D338; }
a { background-color: rgb(148,211,56); }
div.DivClassName
{
background-color: #94D338;
}
.BgClassName
{
background-color: #94D338;
}
</style>
border-color css
<style>
span { border-color: #94D338; }
span { border-color: rgb(148,211,56); }
td.TdClassName
{
border-color: #94D338;
}
.TagClassName
{
border-color: #94D338;
}
</style>