Shades of Atlantis #9FE130
Tints of Atlantis #9FE130
RGB
CMYK
RGB Variations
Color information
#9FE130 (or 0x9FE130) is known color: Atlantis. HEX triplet: 9F, E1 and 30. RGB value is (159,225,48). Sum of RGB (Red+Green+Blue) = 159+225+48=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE130 is #601ECF. Grayscale: #B9B9B9. Windows color (decimal): -6299344 or 3203487. OLE color: 3203487.
HSL color Cylindrical-coordinate representation of color #9FE130: hue angle of 82.37º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FE130 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 48 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.12 |
| HSL | 82.37º | 0.75% | 0.54% | - |
| HSV(B) | 82.37º | 0.79% | 0.88% | - |
| XYZ | 41.76 | 61.43 | 12.45 | - |
| YUV | 185.09 | 50.63 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 48 | 0.29 | 0 | 0.79 | 0.12 | 82.37 | 0.75 | 0.54 |
| Hex | 9F | E1 | 30 | 1D | 0 | 4F | C | 52 | 4B | 36 |
| Octal | 237 | 341 | 60 | 35 | 0 | 117 | 14 | 122 | 113 | 66 |
| Binary | 10011111 | 11100001 | 110000 | 11101 | 0 | 1001111 | 1100 | 1010010 | 1001011 | 110110 |
Color Harmonies of #9FE130
Complementary color
Monochromatic Colors of #9FE130
Black with #9FE130
Text Example
Text Example
White with #9FE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE130; }
p { color: rgb(159,225,48); }
H1.HeaderClassName
{
color: #9FE130;
}
.AnyTagClassName
{
color: #9FE130;
}
</style>
background-color css
<style>
a { background-color: #9FE130; }
a { background-color: rgb(159,225,48); }
div.DivClassName
{
background-color: #9FE130;
}
.BgClassName
{
background-color: #9FE130;
}
</style>
border-color css
<style>
span { border-color: #9FE130; }
span { border-color: rgb(159,225,48); }
td.TdClassName
{
border-color: #9FE130;
}
.TagClassName
{
border-color: #9FE130;
}
</style>