Shades of Atlantis #94C546
Tints of Atlantis #94C546
RGB
CMYK
RGB Variations
Color information
#94C546 (or 0x94C546) is known color: Atlantis. HEX triplet: 94, C5 and 46. RGB value is (148,197,70). Sum of RGB (Red+Green+Blue) = 148+197+70=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #94C546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C546 is #6B3AB9. Grayscale: #A8A8A8. Windows color (decimal): -7027386 or 4638100. OLE color: 4638100.
HSL color Cylindrical-coordinate representation of color #94C546: hue angle of 83.15º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94C546 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 70 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.23 |
| HSL | 83.15º | 0.52% | 0.52% | - |
| HSV(B) | 83.15º | 0.64% | 0.77% | - |
| XYZ | 33.28 | 46.67 | 13.05 | - |
| YUV | 167.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 70 | 0.25 | 0 | 0.64 | 0.23 | 83.15 | 0.52 | 0.52 |
| Hex | 94 | C5 | 46 | 19 | 0 | 40 | 17 | 53 | 34 | 34 |
| Octal | 224 | 305 | 106 | 31 | 0 | 100 | 27 | 123 | 64 | 64 |
| Binary | 10010100 | 11000101 | 1000110 | 11001 | 0 | 1000000 | 10111 | 1010011 | 110100 | 110100 |
Color Harmonies of #94C546
Complementary color
Monochromatic Colors of #94C546
Black with #94C546
Text Example
Text Example
White with #94C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C546; }
p { color: rgb(148,197,70); }
H1.HeaderClassName
{
color: #94C546;
}
.AnyTagClassName
{
color: #94C546;
}
</style>
background-color css
<style>
a { background-color: #94C546; }
a { background-color: rgb(148,197,70); }
div.DivClassName
{
background-color: #94C546;
}
.BgClassName
{
background-color: #94C546;
}
</style>
border-color css
<style>
span { border-color: #94C546; }
span { border-color: rgb(148,197,70); }
td.TdClassName
{
border-color: #94C546;
}
.TagClassName
{
border-color: #94C546;
}
</style>