Shades of Conifer #9FD45A
Tints of Conifer #9FD45A
RGB
CMYK
RGB Variations
Color information
#9FD45A (or 0x9FD45A) is known color: Conifer. HEX triplet: 9F, D4 and 5A. RGB value is (159,212,90). Sum of RGB (Red+Green+Blue) = 159+212+90=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD45A is #602BA5. Grayscale: #B6B6B6. Windows color (decimal): -6302630 or 5952671. OLE color: 5952671.
HSL color Cylindrical-coordinate representation of color #9FD45A: hue angle of 86.07º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FD45A is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 90 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.17 |
| HSL | 86.07º | 0.59% | 0.59% | - |
| HSV(B) | 86.07º | 0.58% | 0.83% | - |
| XYZ | 39.69 | 55.2 | 18.24 | - |
| YUV | 182.25 | 75.94 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 90 | 0.25 | 0 | 0.58 | 0.17 | 86.07 | 0.59 | 0.59 |
| Hex | 9F | D4 | 5A | 19 | 0 | 3A | 11 | 56 | 3B | 3B |
| Octal | 237 | 324 | 132 | 31 | 0 | 72 | 21 | 126 | 73 | 73 |
| Binary | 10011111 | 11010100 | 1011010 | 11001 | 0 | 111010 | 10001 | 1010110 | 111011 | 111011 |
Color Harmonies of #9FD45A
Complementary color
Monochromatic Colors of #9FD45A
Black with #9FD45A
Text Example
Text Example
White with #9FD45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD45A; }
p { color: rgb(159,212,90); }
H1.HeaderClassName
{
color: #9FD45A;
}
.AnyTagClassName
{
color: #9FD45A;
}
</style>
background-color css
<style>
a { background-color: #9FD45A; }
a { background-color: rgb(159,212,90); }
div.DivClassName
{
background-color: #9FD45A;
}
.BgClassName
{
background-color: #9FD45A;
}
</style>
border-color css
<style>
span { border-color: #9FD45A; }
span { border-color: rgb(159,212,90); }
td.TdClassName
{
border-color: #9FD45A;
}
.TagClassName
{
border-color: #9FD45A;
}
</style>