Shades of Atlantis #9FC741
Tints of Atlantis #9FC741
RGB
CMYK
RGB Variations
Color information
#9FC741 (or 0x9FC741) is known color: Atlantis. HEX triplet: 9F, C7 and 41. RGB value is (159,199,65). Sum of RGB (Red+Green+Blue) = 159+199+65=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC741 is #6038BE. Grayscale: #ACACAC. Windows color (decimal): -6305983 or 4310943. OLE color: 4310943.
HSL color Cylindrical-coordinate representation of color #9FC741: hue angle of 77.91º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FC741 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 199 | 65 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.22 |
| HSL | 77.91º | 0.54% | 0.52% | - |
| HSV(B) | 77.91º | 0.67% | 0.78% | - |
| XYZ | 35.68 | 48.6 | 12.5 | - |
| YUV | 171.76 | 67.75 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 199 | 65 | 0.20 | 0 | 0.67 | 0.22 | 77.91 | 0.54 | 0.52 |
| Hex | 9F | C7 | 41 | 14 | 0 | 43 | 16 | 4E | 36 | 34 |
| Octal | 237 | 307 | 101 | 24 | 0 | 103 | 26 | 116 | 66 | 64 |
| Binary | 10011111 | 11000111 | 1000001 | 10100 | 0 | 1000011 | 10110 | 1001110 | 110110 | 110100 |
Color Harmonies of #9FC741
Complementary color
Monochromatic Colors of #9FC741
Black with #9FC741
Text Example
Text Example
White with #9FC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC741; }
p { color: rgb(159,199,65); }
H1.HeaderClassName
{
color: #9FC741;
}
.AnyTagClassName
{
color: #9FC741;
}
</style>
background-color css
<style>
a { background-color: #9FC741; }
a { background-color: rgb(159,199,65); }
div.DivClassName
{
background-color: #9FC741;
}
.BgClassName
{
background-color: #9FC741;
}
</style>
border-color css
<style>
span { border-color: #9FC741; }
span { border-color: rgb(159,199,65); }
td.TdClassName
{
border-color: #9FC741;
}
.TagClassName
{
border-color: #9FC741;
}
</style>