Shades of Atlantis #9ED342
Tints of Atlantis #9ED342
RGB
CMYK
RGB Variations
Color information
#9ED342 (or 0x9ED342) is known color: Atlantis. HEX triplet: 9E, D3 and 42. RGB value is (158,211,66). Sum of RGB (Red+Green+Blue) = 158+211+66=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED342 is #612CBD. Grayscale: #B3B3B3. Windows color (decimal): -6368446 or 4379550. OLE color: 4379550.
HSL color Cylindrical-coordinate representation of color #9ED342: hue angle of 81.93º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9ED342 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 66 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.17 |
| HSL | 81.93º | 0.62% | 0.54% | - |
| HSV(B) | 81.93º | 0.69% | 0.83% | - |
| XYZ | 38.38 | 54.25 | 13.6 | - |
| YUV | 178.62 | 64.44 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 66 | 0.25 | 0 | 0.69 | 0.17 | 81.93 | 0.62 | 0.54 |
| Hex | 9E | D3 | 42 | 19 | 0 | 45 | 11 | 52 | 3E | 36 |
| Octal | 236 | 323 | 102 | 31 | 0 | 105 | 21 | 122 | 76 | 66 |
| Binary | 10011110 | 11010011 | 1000010 | 11001 | 0 | 1000101 | 10001 | 1010010 | 111110 | 110110 |
Color Harmonies of #9ED342
Complementary color
Monochromatic Colors of #9ED342
Black with #9ED342
Text Example
Text Example
White with #9ED342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED342; }
p { color: rgb(158,211,66); }
H1.HeaderClassName
{
color: #9ED342;
}
.AnyTagClassName
{
color: #9ED342;
}
</style>
background-color css
<style>
a { background-color: #9ED342; }
a { background-color: rgb(158,211,66); }
div.DivClassName
{
background-color: #9ED342;
}
.BgClassName
{
background-color: #9ED342;
}
</style>
border-color css
<style>
span { border-color: #9ED342; }
span { border-color: rgb(158,211,66); }
td.TdClassName
{
border-color: #9ED342;
}
.TagClassName
{
border-color: #9ED342;
}
</style>