Shades of Atlantis #94D542
Tints of Atlantis #94D542
RGB
CMYK
RGB Variations
Color information
#94D542 (or 0x94D542) is known color: Atlantis. HEX triplet: 94, D5 and 42. RGB value is (148,213,66). Sum of RGB (Red+Green+Blue) = 148+213+66=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #94D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D542 is #6B2ABD. Grayscale: #B1B1B1. Windows color (decimal): -7023294 or 4380052. OLE color: 4380052.
HSL color Cylindrical-coordinate representation of color #94D542: hue angle of 86.53º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94D542 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 66 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.16 |
| HSL | 86.53º | 0.64% | 0.55% | - |
| HSV(B) | 86.53º | 0.69% | 0.84% | - |
| XYZ | 36.99 | 54.28 | 13.68 | - |
| YUV | 176.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 66 | 0.31 | 0 | 0.69 | 0.16 | 86.53 | 0.64 | 0.55 |
| Hex | 94 | D5 | 42 | 1F | 0 | 45 | 10 | 57 | 40 | 37 |
| Octal | 224 | 325 | 102 | 37 | 0 | 105 | 20 | 127 | 100 | 67 |
| Binary | 10010100 | 11010101 | 1000010 | 11111 | 0 | 1000101 | 10000 | 1010111 | 1000000 | 110111 |
Color Harmonies of #94D542
Complementary color
Monochromatic Colors of #94D542
Black with #94D542
Text Example
Text Example
White with #94D542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D542; }
p { color: rgb(148,213,66); }
H1.HeaderClassName
{
color: #94D542;
}
.AnyTagClassName
{
color: #94D542;
}
</style>
background-color css
<style>
a { background-color: #94D542; }
a { background-color: rgb(148,213,66); }
div.DivClassName
{
background-color: #94D542;
}
.BgClassName
{
background-color: #94D542;
}
</style>
border-color css
<style>
span { border-color: #94D542; }
span { border-color: rgb(148,213,66); }
td.TdClassName
{
border-color: #94D542;
}
.TagClassName
{
border-color: #94D542;
}
</style>