Shades of Atlantis #9ED145
Tints of Atlantis #9ED145
RGB
CMYK
RGB Variations
Color information
#9ED145 (or 0x9ED145) is known color: Atlantis. HEX triplet: 9E, D1 and 45. RGB value is (158,209,69). Sum of RGB (Red+Green+Blue) = 158+209+69=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED145 is #612EBA. Grayscale: #B2B2B2. Windows color (decimal): -6368955 or 4575646. OLE color: 4575646.
HSL color Cylindrical-coordinate representation of color #9ED145: hue angle of 81.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ED145 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 69 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.18 |
| HSL | 81.86º | 0.6% | 0.55% | - |
| HSV(B) | 81.86º | 0.67% | 0.82% | - |
| XYZ | 37.98 | 53.3 | 13.92 | - |
| YUV | 177.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 69 | 0.24 | 0 | 0.67 | 0.18 | 81.86 | 0.6 | 0.55 |
| Hex | 9E | D1 | 45 | 18 | 0 | 43 | 12 | 52 | 3C | 37 |
| Octal | 236 | 321 | 105 | 30 | 0 | 103 | 22 | 122 | 74 | 67 |
| Binary | 10011110 | 11010001 | 1000101 | 11000 | 0 | 1000011 | 10010 | 1010010 | 111100 | 110111 |
Color Harmonies of #9ED145
Complementary color
Monochromatic Colors of #9ED145
Black with #9ED145
Text Example
Text Example
White with #9ED145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED145; }
p { color: rgb(158,209,69); }
H1.HeaderClassName
{
color: #9ED145;
}
.AnyTagClassName
{
color: #9ED145;
}
</style>
background-color css
<style>
a { background-color: #9ED145; }
a { background-color: rgb(158,209,69); }
div.DivClassName
{
background-color: #9ED145;
}
.BgClassName
{
background-color: #9ED145;
}
</style>
border-color css
<style>
span { border-color: #9ED145; }
span { border-color: rgb(158,209,69); }
td.TdClassName
{
border-color: #9ED145;
}
.TagClassName
{
border-color: #9ED145;
}
</style>