Shades of Atlantis #9EDE3C
Tints of Atlantis #9EDE3C
RGB
CMYK
RGB Variations
Color information
#9EDE3C (or 0x9EDE3C) is known color: Atlantis. HEX triplet: 9E, DE and 3C. RGB value is (158,222,60). Sum of RGB (Red+Green+Blue) = 158+222+60=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDE3C is #6121C3. Grayscale: #B8B8B8. Windows color (decimal): -6365636 or 3989150. OLE color: 3989150.
HSL color Cylindrical-coordinate representation of color #9EDE3C: hue angle of 83.7º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9EDE3C is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 60 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.13 |
| HSL | 83.7º | 0.71% | 0.55% | - |
| HSV(B) | 83.7º | 0.73% | 0.87% | - |
| XYZ | 41.04 | 59.84 | 13.66 | - |
| YUV | 184.4 | 57.8 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 60 | 0.29 | 0 | 0.73 | 0.13 | 83.7 | 0.71 | 0.55 |
| Hex | 9E | DE | 3C | 1D | 0 | 49 | D | 54 | 47 | 37 |
| Octal | 236 | 336 | 74 | 35 | 0 | 111 | 15 | 124 | 107 | 67 |
| Binary | 10011110 | 11011110 | 111100 | 11101 | 0 | 1001001 | 1101 | 1010100 | 1000111 | 110111 |
Color Harmonies of #9EDE3C
Complementary color
Monochromatic Colors of #9EDE3C
Black with #9EDE3C
Text Example
Text Example
White with #9EDE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE3C; }
p { color: rgb(158,222,60); }
H1.HeaderClassName
{
color: #9EDE3C;
}
.AnyTagClassName
{
color: #9EDE3C;
}
</style>
background-color css
<style>
a { background-color: #9EDE3C; }
a { background-color: rgb(158,222,60); }
div.DivClassName
{
background-color: #9EDE3C;
}
.BgClassName
{
background-color: #9EDE3C;
}
</style>
border-color css
<style>
span { border-color: #9EDE3C; }
span { border-color: rgb(158,222,60); }
td.TdClassName
{
border-color: #9EDE3C;
}
.TagClassName
{
border-color: #9EDE3C;
}
</style>