Shades of Atlantis #9FC94C
Tints of Atlantis #9FC94C
RGB
CMYK
RGB Variations
Color information
#9FC94C (or 0x9FC94C) is known color: Atlantis. HEX triplet: 9F, C9 and 4C. RGB value is (159,201,76). Sum of RGB (Red+Green+Blue) = 159+201+76=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC94C is #6036B3. Grayscale: #AEAEAE. Windows color (decimal): -6305460 or 5032351. OLE color: 5032351.
HSL color Cylindrical-coordinate representation of color #9FC94C: hue angle of 80.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FC94C is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 76 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.21 |
| HSL | 80.16º | 0.54% | 0.54% | - |
| HSV(B) | 80.16º | 0.62% | 0.79% | - |
| XYZ | 36.49 | 49.67 | 14.5 | - |
| YUV | 174.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 76 | 0.21 | 0 | 0.62 | 0.21 | 80.16 | 0.54 | 0.54 |
| Hex | 9F | C9 | 4C | 15 | 0 | 3E | 15 | 50 | 36 | 36 |
| Octal | 237 | 311 | 114 | 25 | 0 | 76 | 25 | 120 | 66 | 66 |
| Binary | 10011111 | 11001001 | 1001100 | 10101 | 0 | 111110 | 10101 | 1010000 | 110110 | 110110 |
Color Harmonies of #9FC94C
Complementary color
Monochromatic Colors of #9FC94C
Black with #9FC94C
Text Example
Text Example
White with #9FC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC94C; }
p { color: rgb(159,201,76); }
H1.HeaderClassName
{
color: #9FC94C;
}
.AnyTagClassName
{
color: #9FC94C;
}
</style>
background-color css
<style>
a { background-color: #9FC94C; }
a { background-color: rgb(159,201,76); }
div.DivClassName
{
background-color: #9FC94C;
}
.BgClassName
{
background-color: #9FC94C;
}
</style>
border-color css
<style>
span { border-color: #9FC94C; }
span { border-color: rgb(159,201,76); }
td.TdClassName
{
border-color: #9FC94C;
}
.TagClassName
{
border-color: #9FC94C;
}
</style>