Shades of Atlantis #9FE52F
Tints of Atlantis #9FE52F
RGB
CMYK
RGB Variations
Color information
#9FE52F (or 0x9FE52F) is known color: Atlantis. HEX triplet: 9F, E5 and 2F. RGB value is (159,229,47). Sum of RGB (Red+Green+Blue) = 159+229+47=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE52F is #601AD0. Grayscale: #BBBBBB. Windows color (decimal): -6298321 or 3138975. OLE color: 3138975.
HSL color Cylindrical-coordinate representation of color #9FE52F: hue angle of 83.08º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FE52F is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 47 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.10 |
| HSL | 83.08º | 0.78% | 0.54% | - |
| HSV(B) | 83.08º | 0.79% | 0.9% | - |
| XYZ | 42.83 | 63.61 | 12.71 | - |
| YUV | 187.32 | 48.81 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 47 | 0.31 | 0 | 0.79 | 0.10 | 83.08 | 0.78 | 0.54 |
| Hex | 9F | E5 | 2F | 1F | 0 | 4F | A | 53 | 4E | 36 |
| Octal | 237 | 345 | 57 | 37 | 0 | 117 | 12 | 123 | 116 | 66 |
| Binary | 10011111 | 11100101 | 101111 | 11111 | 0 | 1001111 | 1010 | 1010011 | 1001110 | 110110 |
Color Harmonies of #9FE52F
Complementary color
Monochromatic Colors of #9FE52F
Black with #9FE52F
Text Example
Text Example
White with #9FE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE52F; }
p { color: rgb(159,229,47); }
H1.HeaderClassName
{
color: #9FE52F;
}
.AnyTagClassName
{
color: #9FE52F;
}
</style>
background-color css
<style>
a { background-color: #9FE52F; }
a { background-color: rgb(159,229,47); }
div.DivClassName
{
background-color: #9FE52F;
}
.BgClassName
{
background-color: #9FE52F;
}
</style>
border-color css
<style>
span { border-color: #9FE52F; }
span { border-color: rgb(159,229,47); }
td.TdClassName
{
border-color: #9FE52F;
}
.TagClassName
{
border-color: #9FE52F;
}
</style>