Shades of Atlantis #9EDC35
Tints of Atlantis #9EDC35
RGB
CMYK
RGB Variations
Color information
#9EDC35 (or 0x9EDC35) is known color: Atlantis. HEX triplet: 9E, DC and 35. RGB value is (158,220,53). Sum of RGB (Red+Green+Blue) = 158+220+53=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDC35 is #6123CA. Grayscale: #B7B7B7. Windows color (decimal): -6366155 or 3529886. OLE color: 3529886.
HSL color Cylindrical-coordinate representation of color #9EDC35: hue angle of 82.28º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9EDC35 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 53 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.14 |
| HSL | 82.28º | 0.7% | 0.54% | - |
| HSV(B) | 82.28º | 0.76% | 0.86% | - |
| XYZ | 40.34 | 58.71 | 12.57 | - |
| YUV | 182.42 | 54.96 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 53 | 0.28 | 0 | 0.76 | 0.14 | 82.28 | 0.7 | 0.54 |
| Hex | 9E | DC | 35 | 1C | 0 | 4C | E | 52 | 46 | 36 |
| Octal | 236 | 334 | 65 | 34 | 0 | 114 | 16 | 122 | 106 | 66 |
| Binary | 10011110 | 11011100 | 110101 | 11100 | 0 | 1001100 | 1110 | 1010010 | 1000110 | 110110 |
Color Harmonies of #9EDC35
Complementary color
Monochromatic Colors of #9EDC35
Black with #9EDC35
Text Example
Text Example
White with #9EDC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC35; }
p { color: rgb(158,220,53); }
H1.HeaderClassName
{
color: #9EDC35;
}
.AnyTagClassName
{
color: #9EDC35;
}
</style>
background-color css
<style>
a { background-color: #9EDC35; }
a { background-color: rgb(158,220,53); }
div.DivClassName
{
background-color: #9EDC35;
}
.BgClassName
{
background-color: #9EDC35;
}
</style>
border-color css
<style>
span { border-color: #9EDC35; }
span { border-color: rgb(158,220,53); }
td.TdClassName
{
border-color: #9EDC35;
}
.TagClassName
{
border-color: #9EDC35;
}
</style>