Shades of Atlantis #9FEA41
Tints of Atlantis #9FEA41
RGB
CMYK
RGB Variations
Color information
#9FEA41 (or 0x9FEA41) is known color: Atlantis. HEX triplet: 9F, EA and 41. RGB value is (159,234,65). Sum of RGB (Red+Green+Blue) = 159+234+65=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FEA41 is #6015BE. Grayscale: #C0C0C0. Windows color (decimal): -6297023 or 4319903. OLE color: 4319903.
HSL color Cylindrical-coordinate representation of color #9FEA41: hue angle of 86.63º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FEA41 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 65 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.08 |
| HSL | 86.63º | 0.8% | 0.59% | - |
| HSV(B) | 86.63º | 0.72% | 0.92% | - |
| XYZ | 44.68 | 66.6 | 15.5 | - |
| YUV | 192.31 | 56.15 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 65 | 0.32 | 0 | 0.72 | 0.08 | 86.63 | 0.8 | 0.59 |
| Hex | 9F | EA | 41 | 20 | 0 | 48 | 8 | 57 | 50 | 3B |
| Octal | 237 | 352 | 101 | 40 | 0 | 110 | 10 | 127 | 120 | 73 |
| Binary | 10011111 | 11101010 | 1000001 | 100000 | 0 | 1001000 | 1000 | 1010111 | 1010000 | 111011 |
Color Harmonies of #9FEA41
Complementary color
Monochromatic Colors of #9FEA41
Black with #9FEA41
Text Example
Text Example
White with #9FEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA41; }
p { color: rgb(159,234,65); }
H1.HeaderClassName
{
color: #9FEA41;
}
.AnyTagClassName
{
color: #9FEA41;
}
</style>
background-color css
<style>
a { background-color: #9FEA41; }
a { background-color: rgb(159,234,65); }
div.DivClassName
{
background-color: #9FEA41;
}
.BgClassName
{
background-color: #9FEA41;
}
</style>
border-color css
<style>
span { border-color: #9FEA41; }
span { border-color: rgb(159,234,65); }
td.TdClassName
{
border-color: #9FEA41;
}
.TagClassName
{
border-color: #9FEA41;
}
</style>