Shades of Atlantis #9ED34B
Tints of Atlantis #9ED34B
RGB
CMYK
RGB Variations
Color information
#9ED34B (or 0x9ED34B) is known color: Atlantis. HEX triplet: 9E, D3 and 4B. RGB value is (158,211,75). Sum of RGB (Red+Green+Blue) = 158+211+75=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED34B is #612CB4. Grayscale: #B4B4B4. Windows color (decimal): -6368437 or 4969374. OLE color: 4969374.
HSL color Cylindrical-coordinate representation of color #9ED34B: hue angle of 83.38º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9ED34B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 75 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.17 |
| HSL | 83.38º | 0.61% | 0.56% | - |
| HSV(B) | 83.38º | 0.64% | 0.83% | - |
| XYZ | 38.66 | 54.37 | 15.11 | - |
| YUV | 179.65 | 68.94 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 75 | 0.25 | 0 | 0.64 | 0.17 | 83.38 | 0.61 | 0.56 |
| Hex | 9E | D3 | 4B | 19 | 0 | 40 | 11 | 53 | 3D | 38 |
| Octal | 236 | 323 | 113 | 31 | 0 | 100 | 21 | 123 | 75 | 70 |
| Binary | 10011110 | 11010011 | 1001011 | 11001 | 0 | 1000000 | 10001 | 1010011 | 111101 | 111000 |
Color Harmonies of #9ED34B
Complementary color
Monochromatic Colors of #9ED34B
Black with #9ED34B
Text Example
Text Example
White with #9ED34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED34B; }
p { color: rgb(158,211,75); }
H1.HeaderClassName
{
color: #9ED34B;
}
.AnyTagClassName
{
color: #9ED34B;
}
</style>
background-color css
<style>
a { background-color: #9ED34B; }
a { background-color: rgb(158,211,75); }
div.DivClassName
{
background-color: #9ED34B;
}
.BgClassName
{
background-color: #9ED34B;
}
</style>
border-color css
<style>
span { border-color: #9ED34B; }
span { border-color: rgb(158,211,75); }
td.TdClassName
{
border-color: #9ED34B;
}
.TagClassName
{
border-color: #9ED34B;
}
</style>