Shades of Atlantis #9ED34A
Tints of Atlantis #9ED34A
RGB
CMYK
RGB Variations
Color information
#9ED34A (or 0x9ED34A) is known color: Atlantis. HEX triplet: 9E, D3 and 4A. RGB value is (158,211,74). Sum of RGB (Red+Green+Blue) = 158+211+74=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED34A is #612CB5. Grayscale: #B4B4B4. Windows color (decimal): -6368438 or 4903838. OLE color: 4903838.
HSL color Cylindrical-coordinate representation of color #9ED34A: hue angle of 83.21º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ED34A is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 74 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.17 |
| HSL | 83.21º | 0.61% | 0.56% | - |
| HSV(B) | 83.21º | 0.65% | 0.83% | - |
| XYZ | 38.63 | 54.35 | 14.93 | - |
| YUV | 179.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 74 | 0.25 | 0 | 0.65 | 0.17 | 83.21 | 0.61 | 0.56 |
| Hex | 9E | D3 | 4A | 19 | 0 | 41 | 11 | 53 | 3D | 38 |
| Octal | 236 | 323 | 112 | 31 | 0 | 101 | 21 | 123 | 75 | 70 |
| Binary | 10011110 | 11010011 | 1001010 | 11001 | 0 | 1000001 | 10001 | 1010011 | 111101 | 111000 |
Color Harmonies of #9ED34A
Complementary color
Monochromatic Colors of #9ED34A
Black with #9ED34A
Text Example
Text Example
White with #9ED34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED34A; }
p { color: rgb(158,211,74); }
H1.HeaderClassName
{
color: #9ED34A;
}
.AnyTagClassName
{
color: #9ED34A;
}
</style>
background-color css
<style>
a { background-color: #9ED34A; }
a { background-color: rgb(158,211,74); }
div.DivClassName
{
background-color: #9ED34A;
}
.BgClassName
{
background-color: #9ED34A;
}
</style>
border-color css
<style>
span { border-color: #9ED34A; }
span { border-color: rgb(158,211,74); }
td.TdClassName
{
border-color: #9ED34A;
}
.TagClassName
{
border-color: #9ED34A;
}
</style>