Shades of Atlantis #9FC140
Tints of Atlantis #9FC140
RGB
CMYK
RGB Variations
Color information
#9FC140 (or 0x9FC140) is known color: Atlantis. HEX triplet: 9F, C1 and 40. RGB value is (159,193,64). Sum of RGB (Red+Green+Blue) = 159+193+64=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC140 is #603EBF. Grayscale: #A8A8A8. Windows color (decimal): -6307520 or 4243871. OLE color: 4243871.
HSL color Cylindrical-coordinate representation of color #9FC140: hue angle of 75.81º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FC140 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 193 | 64 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.24 |
| HSL | 75.81º | 0.51% | 0.5% | - |
| HSV(B) | 75.81º | 0.67% | 0.76% | - |
| XYZ | 34.29 | 45.88 | 11.9 | - |
| YUV | 168.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 193 | 64 | 0.18 | 0 | 0.67 | 0.24 | 75.81 | 0.51 | 0.5 |
| Hex | 9F | C1 | 40 | 12 | 0 | 43 | 18 | 4C | 33 | 32 |
| Octal | 237 | 301 | 100 | 22 | 0 | 103 | 30 | 114 | 63 | 62 |
| Binary | 10011111 | 11000001 | 1000000 | 10010 | 0 | 1000011 | 11000 | 1001100 | 110011 | 110010 |
Color Harmonies of #9FC140
Complementary color
Monochromatic Colors of #9FC140
Black with #9FC140
Text Example
Text Example
White with #9FC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC140; }
p { color: rgb(159,193,64); }
H1.HeaderClassName
{
color: #9FC140;
}
.AnyTagClassName
{
color: #9FC140;
}
</style>
background-color css
<style>
a { background-color: #9FC140; }
a { background-color: rgb(159,193,64); }
div.DivClassName
{
background-color: #9FC140;
}
.BgClassName
{
background-color: #9FC140;
}
</style>
border-color css
<style>
span { border-color: #9FC140; }
span { border-color: rgb(159,193,64); }
td.TdClassName
{
border-color: #9FC140;
}
.TagClassName
{
border-color: #9FC140;
}
</style>