Shades of Conifer #A4D25C
Tints of Conifer #A4D25C
RGB
CMYK
RGB Variations
Color information
#A4D25C (or 0xA4D25C) is known color: Conifer. HEX triplet: A4, D2 and 5C. RGB value is (164,210,92). Sum of RGB (Red+Green+Blue) = 164+210+92=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D25C is #5B2DA3. Grayscale: #B7B7B7. Windows color (decimal): -5975460 or 6083236. OLE color: 6083236.
HSL color Cylindrical-coordinate representation of color #A4D25C: hue angle of 83.39º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4D25C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 92 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.18 |
| HSL | 83.39º | 0.57% | 0.59% | - |
| HSV(B) | 83.39º | 0.56% | 0.82% | - |
| XYZ | 40.29 | 54.76 | 18.57 | - |
| YUV | 182.79 | 76.76 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 92 | 0.22 | 0 | 0.56 | 0.18 | 83.39 | 0.57 | 0.59 |
| Hex | A4 | D2 | 5C | 16 | 0 | 38 | 12 | 53 | 39 | 3B |
| Octal | 244 | 322 | 134 | 26 | 0 | 70 | 22 | 123 | 71 | 73 |
| Binary | 10100100 | 11010010 | 1011100 | 10110 | 0 | 111000 | 10010 | 1010011 | 111001 | 111011 |
Color Harmonies of #A4D25C
Complementary color
Monochromatic Colors of #A4D25C
Black with #A4D25C
Text Example
Text Example
White with #A4D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D25C; }
p { color: rgb(164,210,92); }
H1.HeaderClassName
{
color: #A4D25C;
}
.AnyTagClassName
{
color: #A4D25C;
}
</style>
background-color css
<style>
a { background-color: #A4D25C; }
a { background-color: rgb(164,210,92); }
div.DivClassName
{
background-color: #A4D25C;
}
.BgClassName
{
background-color: #A4D25C;
}
</style>
border-color css
<style>
span { border-color: #A4D25C; }
span { border-color: rgb(164,210,92); }
td.TdClassName
{
border-color: #A4D25C;
}
.TagClassName
{
border-color: #A4D25C;
}
</style>