Shades of Atlantis #94D952
Tints of Atlantis #94D952
RGB
CMYK
RGB Variations
Color information
#94D952 (or 0x94D952) is known color: Atlantis. HEX triplet: 94, D9 and 52. RGB value is (148,217,82). Sum of RGB (Red+Green+Blue) = 148+217+82=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #94D952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D952 is #6B26AD. Grayscale: #B5B5B5. Windows color (decimal): -7022254 or 5429652. OLE color: 5429652.
HSL color Cylindrical-coordinate representation of color #94D952: hue angle of 90.67º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94D952 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 82 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.15 |
| HSL | 90.67º | 0.64% | 0.59% | - |
| HSV(B) | 90.67º | 0.62% | 0.85% | - |
| XYZ | 38.55 | 56.53 | 16.86 | - |
| YUV | 180.98 | 72.14 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 82 | 0.32 | 0 | 0.62 | 0.15 | 90.67 | 0.64 | 0.59 |
| Hex | 94 | D9 | 52 | 20 | 0 | 3E | F | 5B | 40 | 3B |
| Octal | 224 | 331 | 122 | 40 | 0 | 76 | 17 | 133 | 100 | 73 |
| Binary | 10010100 | 11011001 | 1010010 | 100000 | 0 | 111110 | 1111 | 1011011 | 1000000 | 111011 |
Color Harmonies of #94D952
Complementary color
Monochromatic Colors of #94D952
Black with #94D952
Text Example
Text Example
White with #94D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D952; }
p { color: rgb(148,217,82); }
H1.HeaderClassName
{
color: #94D952;
}
.AnyTagClassName
{
color: #94D952;
}
</style>
background-color css
<style>
a { background-color: #94D952; }
a { background-color: rgb(148,217,82); }
div.DivClassName
{
background-color: #94D952;
}
.BgClassName
{
background-color: #94D952;
}
</style>
border-color css
<style>
span { border-color: #94D952; }
span { border-color: rgb(148,217,82); }
td.TdClassName
{
border-color: #94D952;
}
.TagClassName
{
border-color: #94D952;
}
</style>