Shades of Atlantis #9FE244
Tints of Atlantis #9FE244
RGB
CMYK
RGB Variations
Color information
#9FE244 (or 0x9FE244) is known color: Atlantis. HEX triplet: 9F, E2 and 44. RGB value is (159,226,68). Sum of RGB (Red+Green+Blue) = 159+226+68=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE244 is #601DBB. Grayscale: #BCBCBC. Windows color (decimal): -6299068 or 4514463. OLE color: 4514463.
HSL color Cylindrical-coordinate representation of color #9FE244: hue angle of 85.44º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FE244 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 68 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.11 |
| HSL | 85.44º | 0.73% | 0.58% | - |
| HSV(B) | 85.44º | 0.7% | 0.89% | - |
| XYZ | 42.54 | 62.18 | 15.23 | - |
| YUV | 187.96 | 60.3 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 68 | 0.30 | 0 | 0.70 | 0.11 | 85.44 | 0.73 | 0.58 |
| Hex | 9F | E2 | 44 | 1E | 0 | 46 | B | 55 | 49 | 3A |
| Octal | 237 | 342 | 104 | 36 | 0 | 106 | 13 | 125 | 111 | 72 |
| Binary | 10011111 | 11100010 | 1000100 | 11110 | 0 | 1000110 | 1011 | 1010101 | 1001001 | 111010 |
Color Harmonies of #9FE244
Complementary color
Monochromatic Colors of #9FE244
Black with #9FE244
Text Example
Text Example
White with #9FE244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE244; }
p { color: rgb(159,226,68); }
H1.HeaderClassName
{
color: #9FE244;
}
.AnyTagClassName
{
color: #9FE244;
}
</style>
background-color css
<style>
a { background-color: #9FE244; }
a { background-color: rgb(159,226,68); }
div.DivClassName
{
background-color: #9FE244;
}
.BgClassName
{
background-color: #9FE244;
}
</style>
border-color css
<style>
span { border-color: #9FE244; }
span { border-color: rgb(159,226,68); }
td.TdClassName
{
border-color: #9FE244;
}
.TagClassName
{
border-color: #9FE244;
}
</style>