Shades of Atlantis #9EBF4D
Tints of Atlantis #9EBF4D
RGB
CMYK
RGB Variations
Color information
#9EBF4D (or 0x9EBF4D) is known color: Atlantis. HEX triplet: 9E, BF and 4D. RGB value is (158,191,77). Sum of RGB (Red+Green+Blue) = 158+191+77=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF4D is #6140B2. Grayscale: #A8A8A8. Windows color (decimal): -6373555 or 5095326. OLE color: 5095326.
HSL color Cylindrical-coordinate representation of color #9EBF4D: hue angle of 77.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EBF4D is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 77 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.25 |
| HSL | 77.37º | 0.47% | 0.53% | - |
| HSV(B) | 77.37º | 0.6% | 0.75% | - |
| XYZ | 34.07 | 45.07 | 13.92 | - |
| YUV | 168.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 77 | 0.17 | 0 | 0.60 | 0.25 | 77.37 | 0.47 | 0.53 |
| Hex | 9E | BF | 4D | 11 | 0 | 3C | 19 | 4D | 2F | 35 |
| Octal | 236 | 277 | 115 | 21 | 0 | 74 | 31 | 115 | 57 | 65 |
| Binary | 10011110 | 10111111 | 1001101 | 10001 | 0 | 111100 | 11001 | 1001101 | 101111 | 110101 |
Color Harmonies of #9EBF4D
Complementary color
Monochromatic Colors of #9EBF4D
Black with #9EBF4D
Text Example
Text Example
White with #9EBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF4D; }
p { color: rgb(158,191,77); }
H1.HeaderClassName
{
color: #9EBF4D;
}
.AnyTagClassName
{
color: #9EBF4D;
}
</style>
background-color css
<style>
a { background-color: #9EBF4D; }
a { background-color: rgb(158,191,77); }
div.DivClassName
{
background-color: #9EBF4D;
}
.BgClassName
{
background-color: #9EBF4D;
}
</style>
border-color css
<style>
span { border-color: #9EBF4D; }
span { border-color: rgb(158,191,77); }
td.TdClassName
{
border-color: #9EBF4D;
}
.TagClassName
{
border-color: #9EBF4D;
}
</style>