Shades of Atlantis #9ED442
Tints of Atlantis #9ED442
RGB
CMYK
RGB Variations
Color information
#9ED442 (or 0x9ED442) is known color: Atlantis. HEX triplet: 9E, D4 and 42. RGB value is (158,212,66). Sum of RGB (Red+Green+Blue) = 158+212+66=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED442 is #612BBD. Grayscale: #B3B3B3. Windows color (decimal): -6368190 or 4379806. OLE color: 4379806.
HSL color Cylindrical-coordinate representation of color #9ED442: hue angle of 82.19º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9ED442 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 66 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.17 |
| HSL | 82.19º | 0.63% | 0.55% | - |
| HSV(B) | 82.19º | 0.69% | 0.83% | - |
| XYZ | 38.63 | 54.75 | 13.69 | - |
| YUV | 179.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 66 | 0.25 | 0 | 0.69 | 0.17 | 82.19 | 0.63 | 0.55 |
| Hex | 9E | D4 | 42 | 19 | 0 | 45 | 11 | 52 | 3F | 37 |
| Octal | 236 | 324 | 102 | 31 | 0 | 105 | 21 | 122 | 77 | 67 |
| Binary | 10011110 | 11010100 | 1000010 | 11001 | 0 | 1000101 | 10001 | 1010010 | 111111 | 110111 |
Color Harmonies of #9ED442
Complementary color
Monochromatic Colors of #9ED442
Black with #9ED442
Text Example
Text Example
White with #9ED442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED442; }
p { color: rgb(158,212,66); }
H1.HeaderClassName
{
color: #9ED442;
}
.AnyTagClassName
{
color: #9ED442;
}
</style>
background-color css
<style>
a { background-color: #9ED442; }
a { background-color: rgb(158,212,66); }
div.DivClassName
{
background-color: #9ED442;
}
.BgClassName
{
background-color: #9ED442;
}
</style>
border-color css
<style>
span { border-color: #9ED442; }
span { border-color: rgb(158,212,66); }
td.TdClassName
{
border-color: #9ED442;
}
.TagClassName
{
border-color: #9ED442;
}
</style>