Shades of Atlantis #94C14E
Tints of Atlantis #94C14E
RGB
CMYK
RGB Variations
Color information
#94C14E (or 0x94C14E) is known color: Atlantis. HEX triplet: 94, C1 and 4E. RGB value is (148,193,78). Sum of RGB (Red+Green+Blue) = 148+193+78=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #94C14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C14E is #6B3EB1. Grayscale: #A6A6A6. Windows color (decimal): -7028402 or 5161364. OLE color: 5161364.
HSL color Cylindrical-coordinate representation of color #94C14E: hue angle of 83.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94C14E is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 78 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.24 |
| HSL | 83.48º | 0.48% | 0.53% | - |
| HSV(B) | 83.48º | 0.6% | 0.76% | - |
| XYZ | 32.66 | 44.99 | 14.17 | - |
| YUV | 166.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 78 | 0.23 | 0 | 0.60 | 0.24 | 83.48 | 0.48 | 0.53 |
| Hex | 94 | C1 | 4E | 17 | 0 | 3C | 18 | 53 | 30 | 35 |
| Octal | 224 | 301 | 116 | 27 | 0 | 74 | 30 | 123 | 60 | 65 |
| Binary | 10010100 | 11000001 | 1001110 | 10111 | 0 | 111100 | 11000 | 1010011 | 110000 | 110101 |
Color Harmonies of #94C14E
Complementary color
Monochromatic Colors of #94C14E
Black with #94C14E
Text Example
Text Example
White with #94C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C14E; }
p { color: rgb(148,193,78); }
H1.HeaderClassName
{
color: #94C14E;
}
.AnyTagClassName
{
color: #94C14E;
}
</style>
background-color css
<style>
a { background-color: #94C14E; }
a { background-color: rgb(148,193,78); }
div.DivClassName
{
background-color: #94C14E;
}
.BgClassName
{
background-color: #94C14E;
}
</style>
border-color css
<style>
span { border-color: #94C14E; }
span { border-color: rgb(148,193,78); }
td.TdClassName
{
border-color: #94C14E;
}
.TagClassName
{
border-color: #94C14E;
}
</style>