Shades of Atlantis #9ED94A
Tints of Atlantis #9ED94A
RGB
CMYK
RGB Variations
Color information
#9ED94A (or 0x9ED94A) is known color: Atlantis. HEX triplet: 9E, D9 and 4A. RGB value is (158,217,74). Sum of RGB (Red+Green+Blue) = 158+217+74=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED94A is #6126B5. Grayscale: #B7B7B7. Windows color (decimal): -6366902 or 4905374. OLE color: 4905374.
HSL color Cylindrical-coordinate representation of color #9ED94A: hue angle of 84.76º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9ED94A is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 74 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.15 |
| HSL | 84.76º | 0.65% | 0.57% | - |
| HSV(B) | 84.76º | 0.66% | 0.85% | - |
| XYZ | 40.15 | 57.39 | 15.44 | - |
| YUV | 183.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 74 | 0.27 | 0 | 0.66 | 0.15 | 84.76 | 0.65 | 0.57 |
| Hex | 9E | D9 | 4A | 1B | 0 | 42 | F | 55 | 41 | 39 |
| Octal | 236 | 331 | 112 | 33 | 0 | 102 | 17 | 125 | 101 | 71 |
| Binary | 10011110 | 11011001 | 1001010 | 11011 | 0 | 1000010 | 1111 | 1010101 | 1000001 | 111001 |
Color Harmonies of #9ED94A
Complementary color
Monochromatic Colors of #9ED94A
Black with #9ED94A
Text Example
Text Example
White with #9ED94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED94A; }
p { color: rgb(158,217,74); }
H1.HeaderClassName
{
color: #9ED94A;
}
.AnyTagClassName
{
color: #9ED94A;
}
</style>
background-color css
<style>
a { background-color: #9ED94A; }
a { background-color: rgb(158,217,74); }
div.DivClassName
{
background-color: #9ED94A;
}
.BgClassName
{
background-color: #9ED94A;
}
</style>
border-color css
<style>
span { border-color: #9ED94A; }
span { border-color: rgb(158,217,74); }
td.TdClassName
{
border-color: #9ED94A;
}
.TagClassName
{
border-color: #9ED94A;
}
</style>