Shades of Atlantis #9EBE4D
Tints of Atlantis #9EBE4D
RGB
CMYK
RGB Variations
Color information
#9EBE4D (or 0x9EBE4D) is known color: Atlantis. HEX triplet: 9E, BE and 4D. RGB value is (158,190,77). Sum of RGB (Red+Green+Blue) = 158+190+77=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE4D is #6141B2. Grayscale: #A7A7A7. Windows color (decimal): -6373811 or 5095070. OLE color: 5095070.
HSL color Cylindrical-coordinate representation of color #9EBE4D: hue angle of 76.99º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EBE4D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 77 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.25 |
| HSL | 76.99º | 0.47% | 0.52% | - |
| HSV(B) | 76.99º | 0.59% | 0.75% | - |
| XYZ | 33.85 | 44.63 | 13.85 | - |
| YUV | 167.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 77 | 0.17 | 0 | 0.59 | 0.25 | 76.99 | 0.47 | 0.52 |
| Hex | 9E | BE | 4D | 11 | 0 | 3B | 19 | 4D | 2F | 34 |
| Octal | 236 | 276 | 115 | 21 | 0 | 73 | 31 | 115 | 57 | 64 |
| Binary | 10011110 | 10111110 | 1001101 | 10001 | 0 | 111011 | 11001 | 1001101 | 101111 | 110100 |
Color Harmonies of #9EBE4D
Complementary color
Monochromatic Colors of #9EBE4D
Black with #9EBE4D
Text Example
Text Example
White with #9EBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE4D; }
p { color: rgb(158,190,77); }
H1.HeaderClassName
{
color: #9EBE4D;
}
.AnyTagClassName
{
color: #9EBE4D;
}
</style>
background-color css
<style>
a { background-color: #9EBE4D; }
a { background-color: rgb(158,190,77); }
div.DivClassName
{
background-color: #9EBE4D;
}
.BgClassName
{
background-color: #9EBE4D;
}
</style>
border-color css
<style>
span { border-color: #9EBE4D; }
span { border-color: rgb(158,190,77); }
td.TdClassName
{
border-color: #9EBE4D;
}
.TagClassName
{
border-color: #9EBE4D;
}
</style>