Shades of Atlantis #94D238
Tints of Atlantis #94D238
RGB
CMYK
RGB Variations
Color information
#94D238 (or 0x94D238) is known color: Atlantis. HEX triplet: 94, D2 and 38. RGB value is (148,210,56). Sum of RGB (Red+Green+Blue) = 148+210+56=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #94D238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D238 is #6B2DC7. Grayscale: #AEAEAE. Windows color (decimal): -7024072 or 3723924. OLE color: 3723924.
HSL color Cylindrical-coordinate representation of color #94D238: hue angle of 84.16º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94D238 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 56 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.18 |
| HSL | 84.16º | 0.63% | 0.52% | - |
| HSV(B) | 84.16º | 0.73% | 0.82% | - |
| XYZ | 35.97 | 52.67 | 12.01 | - |
| YUV | 173.91 | 61.46 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 56 | 0.30 | 0 | 0.73 | 0.18 | 84.16 | 0.63 | 0.52 |
| Hex | 94 | D2 | 38 | 1E | 0 | 49 | 12 | 54 | 3F | 34 |
| Octal | 224 | 322 | 70 | 36 | 0 | 111 | 22 | 124 | 77 | 64 |
| Binary | 10010100 | 11010010 | 111000 | 11110 | 0 | 1001001 | 10010 | 1010100 | 111111 | 110100 |
Color Harmonies of #94D238
Complementary color
Monochromatic Colors of #94D238
Black with #94D238
Text Example
Text Example
White with #94D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D238; }
p { color: rgb(148,210,56); }
H1.HeaderClassName
{
color: #94D238;
}
.AnyTagClassName
{
color: #94D238;
}
</style>
background-color css
<style>
a { background-color: #94D238; }
a { background-color: rgb(148,210,56); }
div.DivClassName
{
background-color: #94D238;
}
.BgClassName
{
background-color: #94D238;
}
</style>
border-color css
<style>
span { border-color: #94D238; }
span { border-color: rgb(148,210,56); }
td.TdClassName
{
border-color: #94D238;
}
.TagClassName
{
border-color: #94D238;
}
</style>