Shades of Atlantis #9FC94D
Tints of Atlantis #9FC94D
RGB
CMYK
RGB Variations
Color information
#9FC94D (or 0x9FC94D) is known color: Atlantis. HEX triplet: 9F, C9 and 4D. RGB value is (159,201,77). Sum of RGB (Red+Green+Blue) = 159+201+77=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC94D is #6036B2. Grayscale: #AEAEAE. Windows color (decimal): -6305459 or 5097887. OLE color: 5097887.
HSL color Cylindrical-coordinate representation of color #9FC94D: hue angle of 80.32º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FC94D is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 77 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.21 |
| HSL | 80.32º | 0.53% | 0.55% | - |
| HSV(B) | 80.32º | 0.62% | 0.79% | - |
| XYZ | 36.52 | 49.68 | 14.69 | - |
| YUV | 174.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 77 | 0.21 | 0 | 0.62 | 0.21 | 80.32 | 0.53 | 0.55 |
| Hex | 9F | C9 | 4D | 15 | 0 | 3E | 15 | 50 | 35 | 37 |
| Octal | 237 | 311 | 115 | 25 | 0 | 76 | 25 | 120 | 65 | 67 |
| Binary | 10011111 | 11001001 | 1001101 | 10101 | 0 | 111110 | 10101 | 1010000 | 110101 | 110111 |
Color Harmonies of #9FC94D
Complementary color
Monochromatic Colors of #9FC94D
Black with #9FC94D
Text Example
Text Example
White with #9FC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC94D; }
p { color: rgb(159,201,77); }
H1.HeaderClassName
{
color: #9FC94D;
}
.AnyTagClassName
{
color: #9FC94D;
}
</style>
background-color css
<style>
a { background-color: #9FC94D; }
a { background-color: rgb(159,201,77); }
div.DivClassName
{
background-color: #9FC94D;
}
.BgClassName
{
background-color: #9FC94D;
}
</style>
border-color css
<style>
span { border-color: #9FC94D; }
span { border-color: rgb(159,201,77); }
td.TdClassName
{
border-color: #9FC94D;
}
.TagClassName
{
border-color: #9FC94D;
}
</style>