Shades of Atlantis #9EC93F
Tints of Atlantis #9EC93F
RGB
CMYK
RGB Variations
Color information
#9EC93F (or 0x9EC93F) is known color: Atlantis. HEX triplet: 9E, C9 and 3F. RGB value is (158,201,63). Sum of RGB (Red+Green+Blue) = 158+201+63=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC93F is #6136C0. Grayscale: #ACACAC. Windows color (decimal): -6371009 or 4180382. OLE color: 4180382.
HSL color Cylindrical-coordinate representation of color #9EC93F: hue angle of 78.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EC93F is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 63 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.21 |
| HSL | 78.7º | 0.56% | 0.52% | - |
| HSV(B) | 78.7º | 0.69% | 0.79% | - |
| XYZ | 35.88 | 49.4 | 12.35 | - |
| YUV | 172.41 | 66.25 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 63 | 0.21 | 0 | 0.69 | 0.21 | 78.7 | 0.56 | 0.52 |
| Hex | 9E | C9 | 3F | 15 | 0 | 45 | 15 | 4F | 38 | 34 |
| Octal | 236 | 311 | 77 | 25 | 0 | 105 | 25 | 117 | 70 | 64 |
| Binary | 10011110 | 11001001 | 111111 | 10101 | 0 | 1000101 | 10101 | 1001111 | 111000 | 110100 |
Color Harmonies of #9EC93F
Complementary color
Monochromatic Colors of #9EC93F
Black with #9EC93F
Text Example
Text Example
White with #9EC93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC93F; }
p { color: rgb(158,201,63); }
H1.HeaderClassName
{
color: #9EC93F;
}
.AnyTagClassName
{
color: #9EC93F;
}
</style>
background-color css
<style>
a { background-color: #9EC93F; }
a { background-color: rgb(158,201,63); }
div.DivClassName
{
background-color: #9EC93F;
}
.BgClassName
{
background-color: #9EC93F;
}
</style>
border-color css
<style>
span { border-color: #9EC93F; }
span { border-color: rgb(158,201,63); }
td.TdClassName
{
border-color: #9EC93F;
}
.TagClassName
{
border-color: #9EC93F;
}
</style>