Shades of Atlantis #9EDF3E
Tints of Atlantis #9EDF3E
RGB
CMYK
RGB Variations
Color information
#9EDF3E (or 0x9EDF3E) is known color: Atlantis. HEX triplet: 9E, DF and 3E. RGB value is (158,223,62). Sum of RGB (Red+Green+Blue) = 158+223+62=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDF3E is #6120C1. Grayscale: #B9B9B9. Windows color (decimal): -6365378 or 4120478. OLE color: 4120478.
HSL color Cylindrical-coordinate representation of color #9EDF3E: hue angle of 84.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EDF3E is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 62 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.13 |
| HSL | 84.22º | 0.72% | 0.56% | - |
| HSV(B) | 84.22º | 0.72% | 0.87% | - |
| XYZ | 41.36 | 60.39 | 14.03 | - |
| YUV | 185.21 | 58.47 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 62 | 0.29 | 0 | 0.72 | 0.13 | 84.22 | 0.72 | 0.56 |
| Hex | 9E | DF | 3E | 1D | 0 | 48 | D | 54 | 48 | 38 |
| Octal | 236 | 337 | 76 | 35 | 0 | 110 | 15 | 124 | 110 | 70 |
| Binary | 10011110 | 11011111 | 111110 | 11101 | 0 | 1001000 | 1101 | 1010100 | 1001000 | 111000 |
Color Harmonies of #9EDF3E
Complementary color
Monochromatic Colors of #9EDF3E
Black with #9EDF3E
Text Example
Text Example
White with #9EDF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDF3E; }
p { color: rgb(158,223,62); }
H1.HeaderClassName
{
color: #9EDF3E;
}
.AnyTagClassName
{
color: #9EDF3E;
}
</style>
background-color css
<style>
a { background-color: #9EDF3E; }
a { background-color: rgb(158,223,62); }
div.DivClassName
{
background-color: #9EDF3E;
}
.BgClassName
{
background-color: #9EDF3E;
}
</style>
border-color css
<style>
span { border-color: #9EDF3E; }
span { border-color: rgb(158,223,62); }
td.TdClassName
{
border-color: #9EDF3E;
}
.TagClassName
{
border-color: #9EDF3E;
}
</style>