Shades of Atlantis #9FE042
Tints of Atlantis #9FE042
RGB
CMYK
RGB Variations
Color information
#9FE042 (or 0x9FE042) is known color: Atlantis. HEX triplet: 9F, E0 and 42. RGB value is (159,224,66). Sum of RGB (Red+Green+Blue) = 159+224+66=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE042 is #601FBD. Grayscale: #BBBBBB. Windows color (decimal): -6299582 or 4382879. OLE color: 4382879.
HSL color Cylindrical-coordinate representation of color #9FE042: hue angle of 84.68º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FE042 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 66 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.12 |
| HSL | 84.68º | 0.72% | 0.57% | - |
| HSV(B) | 84.68º | 0.71% | 0.88% | - |
| XYZ | 41.94 | 61.08 | 14.73 | - |
| YUV | 186.55 | 59.97 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 66 | 0.29 | 0 | 0.71 | 0.12 | 84.68 | 0.72 | 0.57 |
| Hex | 9F | E0 | 42 | 1D | 0 | 47 | C | 55 | 48 | 39 |
| Octal | 237 | 340 | 102 | 35 | 0 | 107 | 14 | 125 | 110 | 71 |
| Binary | 10011111 | 11100000 | 1000010 | 11101 | 0 | 1000111 | 1100 | 1010101 | 1001000 | 111001 |
Color Harmonies of #9FE042
Complementary color
Monochromatic Colors of #9FE042
Black with #9FE042
Text Example
Text Example
White with #9FE042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE042; }
p { color: rgb(159,224,66); }
H1.HeaderClassName
{
color: #9FE042;
}
.AnyTagClassName
{
color: #9FE042;
}
</style>
background-color css
<style>
a { background-color: #9FE042; }
a { background-color: rgb(159,224,66); }
div.DivClassName
{
background-color: #9FE042;
}
.BgClassName
{
background-color: #9FE042;
}
</style>
border-color css
<style>
span { border-color: #9FE042; }
span { border-color: rgb(159,224,66); }
td.TdClassName
{
border-color: #9FE042;
}
.TagClassName
{
border-color: #9FE042;
}
</style>