Shades of Atlantis #94C552
Tints of Atlantis #94C552
RGB
CMYK
RGB Variations
Color information
#94C552 (or 0x94C552) is known color: Atlantis. HEX triplet: 94, C5 and 52. RGB value is (148,197,82). Sum of RGB (Red+Green+Blue) = 148+197+82=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #94C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C552 is #6B3AAD. Grayscale: #A9A9A9. Windows color (decimal): -7027374 or 5424532. OLE color: 5424532.
HSL color Cylindrical-coordinate representation of color #94C552: hue angle of 85.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94C552 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 82 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.23 |
| HSL | 85.57º | 0.5% | 0.55% | - |
| HSV(B) | 85.57º | 0.58% | 0.77% | - |
| XYZ | 33.7 | 46.84 | 15.25 | - |
| YUV | 169.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 82 | 0.25 | 0 | 0.58 | 0.23 | 85.57 | 0.5 | 0.55 |
| Hex | 94 | C5 | 52 | 19 | 0 | 3A | 17 | 56 | 32 | 37 |
| Octal | 224 | 305 | 122 | 31 | 0 | 72 | 27 | 126 | 62 | 67 |
| Binary | 10010100 | 11000101 | 1010010 | 11001 | 0 | 111010 | 10111 | 1010110 | 110010 | 110111 |
Color Harmonies of #94C552
Complementary color
Monochromatic Colors of #94C552
Black with #94C552
Text Example
Text Example
White with #94C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C552; }
p { color: rgb(148,197,82); }
H1.HeaderClassName
{
color: #94C552;
}
.AnyTagClassName
{
color: #94C552;
}
</style>
background-color css
<style>
a { background-color: #94C552; }
a { background-color: rgb(148,197,82); }
div.DivClassName
{
background-color: #94C552;
}
.BgClassName
{
background-color: #94C552;
}
</style>
border-color css
<style>
span { border-color: #94C552; }
span { border-color: rgb(148,197,82); }
td.TdClassName
{
border-color: #94C552;
}
.TagClassName
{
border-color: #94C552;
}
</style>