Shades of Atlantis #9EDB4C
Tints of Atlantis #9EDB4C
RGB
CMYK
RGB Variations
Color information
#9EDB4C (or 0x9EDB4C) is known color: Atlantis. HEX triplet: 9E, DB and 4C. RGB value is (158,219,76). Sum of RGB (Red+Green+Blue) = 158+219+76=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDB4C is #6124B3. Grayscale: #B8B8B8. Windows color (decimal): -6366388 or 5036958. OLE color: 5036958.
HSL color Cylindrical-coordinate representation of color #9EDB4C: hue angle of 85.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9EDB4C is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 76 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.14 |
| HSL | 85.59º | 0.67% | 0.58% | - |
| HSV(B) | 85.59º | 0.65% | 0.86% | - |
| XYZ | 40.74 | 58.45 | 15.97 | - |
| YUV | 184.46 | 66.79 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 76 | 0.28 | 0 | 0.65 | 0.14 | 85.59 | 0.67 | 0.58 |
| Hex | 9E | DB | 4C | 1C | 0 | 41 | E | 56 | 43 | 3A |
| Octal | 236 | 333 | 114 | 34 | 0 | 101 | 16 | 126 | 103 | 72 |
| Binary | 10011110 | 11011011 | 1001100 | 11100 | 0 | 1000001 | 1110 | 1010110 | 1000011 | 111010 |
Color Harmonies of #9EDB4C
Complementary color
Monochromatic Colors of #9EDB4C
Black with #9EDB4C
Text Example
Text Example
White with #9EDB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB4C; }
p { color: rgb(158,219,76); }
H1.HeaderClassName
{
color: #9EDB4C;
}
.AnyTagClassName
{
color: #9EDB4C;
}
</style>
background-color css
<style>
a { background-color: #9EDB4C; }
a { background-color: rgb(158,219,76); }
div.DivClassName
{
background-color: #9EDB4C;
}
.BgClassName
{
background-color: #9EDB4C;
}
</style>
border-color css
<style>
span { border-color: #9EDB4C; }
span { border-color: rgb(158,219,76); }
td.TdClassName
{
border-color: #9EDB4C;
}
.TagClassName
{
border-color: #9EDB4C;
}
</style>