Shades of Atlantis #9ED935
Tints of Atlantis #9ED935
RGB
CMYK
RGB Variations
Color information
#9ED935 (or 0x9ED935) is known color: Atlantis. HEX triplet: 9E, D9 and 35. RGB value is (158,217,53). Sum of RGB (Red+Green+Blue) = 158+217+53=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED935 is #6126CA. Grayscale: #B5B5B5. Windows color (decimal): -6366923 or 3529118. OLE color: 3529118.
HSL color Cylindrical-coordinate representation of color #9ED935: hue angle of 81.59º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9ED935 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 53 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.15 |
| HSL | 81.59º | 0.68% | 0.53% | - |
| HSV(B) | 81.59º | 0.76% | 0.85% | - |
| XYZ | 39.56 | 57.15 | 12.31 | - |
| YUV | 180.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 53 | 0.27 | 0 | 0.76 | 0.15 | 81.59 | 0.68 | 0.53 |
| Hex | 9E | D9 | 35 | 1B | 0 | 4C | F | 52 | 44 | 35 |
| Octal | 236 | 331 | 65 | 33 | 0 | 114 | 17 | 122 | 104 | 65 |
| Binary | 10011110 | 11011001 | 110101 | 11011 | 0 | 1001100 | 1111 | 1010010 | 1000100 | 110101 |
Color Harmonies of #9ED935
Complementary color
Monochromatic Colors of #9ED935
Black with #9ED935
Text Example
Text Example
White with #9ED935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED935; }
p { color: rgb(158,217,53); }
H1.HeaderClassName
{
color: #9ED935;
}
.AnyTagClassName
{
color: #9ED935;
}
</style>
background-color css
<style>
a { background-color: #9ED935; }
a { background-color: rgb(158,217,53); }
div.DivClassName
{
background-color: #9ED935;
}
.BgClassName
{
background-color: #9ED935;
}
</style>
border-color css
<style>
span { border-color: #9ED935; }
span { border-color: rgb(158,217,53); }
td.TdClassName
{
border-color: #9ED935;
}
.TagClassName
{
border-color: #9ED935;
}
</style>