Shades of Atlantis #9ED74B
Tints of Atlantis #9ED74B
RGB
CMYK
RGB Variations
Color information
#9ED74B (or 0x9ED74B) is known color: Atlantis. HEX triplet: 9E, D7 and 4B. RGB value is (158,215,75). Sum of RGB (Red+Green+Blue) = 158+215+75=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED74B is #6128B4. Grayscale: #B6B6B6. Windows color (decimal): -6367413 or 4970398. OLE color: 4970398.
HSL color Cylindrical-coordinate representation of color #9ED74B: hue angle of 84.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ED74B is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 75 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.16 |
| HSL | 84.43º | 0.64% | 0.57% | - |
| HSV(B) | 84.43º | 0.65% | 0.84% | - |
| XYZ | 39.67 | 56.38 | 15.45 | - |
| YUV | 182 | 67.62 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 75 | 0.27 | 0 | 0.65 | 0.16 | 84.43 | 0.64 | 0.57 |
| Hex | 9E | D7 | 4B | 1B | 0 | 41 | 10 | 54 | 40 | 39 |
| Octal | 236 | 327 | 113 | 33 | 0 | 101 | 20 | 124 | 100 | 71 |
| Binary | 10011110 | 11010111 | 1001011 | 11011 | 0 | 1000001 | 10000 | 1010100 | 1000000 | 111001 |
Color Harmonies of #9ED74B
Complementary color
Monochromatic Colors of #9ED74B
Black with #9ED74B
Text Example
Text Example
White with #9ED74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED74B; }
p { color: rgb(158,215,75); }
H1.HeaderClassName
{
color: #9ED74B;
}
.AnyTagClassName
{
color: #9ED74B;
}
</style>
background-color css
<style>
a { background-color: #9ED74B; }
a { background-color: rgb(158,215,75); }
div.DivClassName
{
background-color: #9ED74B;
}
.BgClassName
{
background-color: #9ED74B;
}
</style>
border-color css
<style>
span { border-color: #9ED74B; }
span { border-color: rgb(158,215,75); }
td.TdClassName
{
border-color: #9ED74B;
}
.TagClassName
{
border-color: #9ED74B;
}
</style>