Shades of Conifer #A4DF62
Tints of Conifer #A4DF62
RGB
CMYK
RGB Variations
Color information
#A4DF62 (or 0xA4DF62) is known color: Conifer. HEX triplet: A4, DF and 62. RGB value is (164,223,98). Sum of RGB (Red+Green+Blue) = 164+223+98=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF62 is #5B209D. Grayscale: #BFBFBF. Windows color (decimal): -5972126 or 6479780. OLE color: 6479780.
HSL color Cylindrical-coordinate representation of color #A4DF62: hue angle of 88.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4DF62 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 98 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.13 |
| HSL | 88.32º | 0.66% | 0.63% | - |
| HSV(B) | 88.32º | 0.56% | 0.87% | - |
| XYZ | 43.9 | 61.55 | 21.12 | - |
| YUV | 191.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 98 | 0.26 | 0 | 0.56 | 0.13 | 88.32 | 0.66 | 0.63 |
| Hex | A4 | DF | 62 | 1A | 0 | 38 | D | 58 | 42 | 3F |
| Octal | 244 | 337 | 142 | 32 | 0 | 70 | 15 | 130 | 102 | 77 |
| Binary | 10100100 | 11011111 | 1100010 | 11010 | 0 | 111000 | 1101 | 1011000 | 1000010 | 111111 |
Color Harmonies of #A4DF62
Complementary color
Monochromatic Colors of #A4DF62
Black with #A4DF62
Text Example
Text Example
White with #A4DF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DF62; }
p { color: rgb(164,223,98); }
H1.HeaderClassName
{
color: #A4DF62;
}
.AnyTagClassName
{
color: #A4DF62;
}
</style>
background-color css
<style>
a { background-color: #A4DF62; }
a { background-color: rgb(164,223,98); }
div.DivClassName
{
background-color: #A4DF62;
}
.BgClassName
{
background-color: #A4DF62;
}
</style>
border-color css
<style>
span { border-color: #A4DF62; }
span { border-color: rgb(164,223,98); }
td.TdClassName
{
border-color: #A4DF62;
}
.TagClassName
{
border-color: #A4DF62;
}
</style>