Shades of Conifer #A4D95C
Tints of Conifer #A4D95C
RGB
CMYK
RGB Variations
Color information
#A4D95C (or 0xA4D95C) is known color: Conifer. HEX triplet: A4, D9 and 5C. RGB value is (164,217,92). Sum of RGB (Red+Green+Blue) = 164+217+92=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D95C is #5B26A3. Grayscale: #BBBBBB. Windows color (decimal): -5973668 or 6085028. OLE color: 6085028.
HSL color Cylindrical-coordinate representation of color #A4D95C: hue angle of 85.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4D95C is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 92 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.15 |
| HSL | 85.44º | 0.62% | 0.61% | - |
| HSV(B) | 85.44º | 0.58% | 0.85% | - |
| XYZ | 42.05 | 58.29 | 19.16 | - |
| YUV | 186.9 | 74.44 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 92 | 0.24 | 0 | 0.58 | 0.15 | 85.44 | 0.62 | 0.61 |
| Hex | A4 | D9 | 5C | 18 | 0 | 3A | F | 55 | 3E | 3D |
| Octal | 244 | 331 | 134 | 30 | 0 | 72 | 17 | 125 | 76 | 75 |
| Binary | 10100100 | 11011001 | 1011100 | 11000 | 0 | 111010 | 1111 | 1010101 | 111110 | 111101 |
Color Harmonies of #A4D95C
Complementary color
Monochromatic Colors of #A4D95C
Black with #A4D95C
Text Example
Text Example
White with #A4D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D95C; }
p { color: rgb(164,217,92); }
H1.HeaderClassName
{
color: #A4D95C;
}
.AnyTagClassName
{
color: #A4D95C;
}
</style>
background-color css
<style>
a { background-color: #A4D95C; }
a { background-color: rgb(164,217,92); }
div.DivClassName
{
background-color: #A4D95C;
}
.BgClassName
{
background-color: #A4D95C;
}
</style>
border-color css
<style>
span { border-color: #A4D95C; }
span { border-color: rgb(164,217,92); }
td.TdClassName
{
border-color: #A4D95C;
}
.TagClassName
{
border-color: #A4D95C;
}
</style>