Shades of Atlantis #9ED33C
Tints of Atlantis #9ED33C
RGB
CMYK
RGB Variations
Color information
#9ED33C (or 0x9ED33C) is known color: Atlantis. HEX triplet: 9E, D3 and 3C. RGB value is (158,211,60). Sum of RGB (Red+Green+Blue) = 158+211+60=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED33C is #612CC3. Grayscale: #B2B2B2. Windows color (decimal): -6368452 or 3986334. OLE color: 3986334.
HSL color Cylindrical-coordinate representation of color #9ED33C: hue angle of 81.06º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9ED33C is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 60 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.17 |
| HSL | 81.06º | 0.63% | 0.53% | - |
| HSV(B) | 81.06º | 0.72% | 0.83% | - |
| XYZ | 38.21 | 54.18 | 12.72 | - |
| YUV | 177.94 | 61.44 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 60 | 0.25 | 0 | 0.72 | 0.17 | 81.06 | 0.63 | 0.53 |
| Hex | 9E | D3 | 3C | 19 | 0 | 48 | 11 | 51 | 3F | 35 |
| Octal | 236 | 323 | 74 | 31 | 0 | 110 | 21 | 121 | 77 | 65 |
| Binary | 10011110 | 11010011 | 111100 | 11001 | 0 | 1001000 | 10001 | 1010001 | 111111 | 110101 |
Color Harmonies of #9ED33C
Complementary color
Monochromatic Colors of #9ED33C
Black with #9ED33C
Text Example
Text Example
White with #9ED33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED33C; }
p { color: rgb(158,211,60); }
H1.HeaderClassName
{
color: #9ED33C;
}
.AnyTagClassName
{
color: #9ED33C;
}
</style>
background-color css
<style>
a { background-color: #9ED33C; }
a { background-color: rgb(158,211,60); }
div.DivClassName
{
background-color: #9ED33C;
}
.BgClassName
{
background-color: #9ED33C;
}
</style>
border-color css
<style>
span { border-color: #9ED33C; }
span { border-color: rgb(158,211,60); }
td.TdClassName
{
border-color: #9ED33C;
}
.TagClassName
{
border-color: #9ED33C;
}
</style>