Shades of Conifer #A4DF64
Tints of Conifer #A4DF64
RGB
CMYK
RGB Variations
Color information
#A4DF64 (or 0xA4DF64) is known color: Conifer. HEX triplet: A4, DF and 64. RGB value is (164,223,100). Sum of RGB (Red+Green+Blue) = 164+223+100=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF64 is #5B209B. Grayscale: #BFBFBF. Windows color (decimal): -5972124 or 6610852. OLE color: 6610852.
HSL color Cylindrical-coordinate representation of color #A4DF64: hue angle of 88.78º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4DF64 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 100 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.13 |
| HSL | 88.78º | 0.66% | 0.63% | - |
| HSV(B) | 88.78º | 0.55% | 0.87% | - |
| XYZ | 44 | 61.59 | 21.63 | - |
| YUV | 191.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 100 | 0.26 | 0 | 0.55 | 0.13 | 88.78 | 0.66 | 0.63 |
| Hex | A4 | DF | 64 | 1A | 0 | 37 | D | 59 | 42 | 3F |
| Octal | 244 | 337 | 144 | 32 | 0 | 67 | 15 | 131 | 102 | 77 |
| Binary | 10100100 | 11011111 | 1100100 | 11010 | 0 | 110111 | 1101 | 1011001 | 1000010 | 111111 |
Color Harmonies of #A4DF64
Complementary color
Monochromatic Colors of #A4DF64
Black with #A4DF64
Text Example
Text Example
White with #A4DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DF64; }
p { color: rgb(164,223,100); }
H1.HeaderClassName
{
color: #A4DF64;
}
.AnyTagClassName
{
color: #A4DF64;
}
</style>
background-color css
<style>
a { background-color: #A4DF64; }
a { background-color: rgb(164,223,100); }
div.DivClassName
{
background-color: #A4DF64;
}
.BgClassName
{
background-color: #A4DF64;
}
</style>
border-color css
<style>
span { border-color: #A4DF64; }
span { border-color: rgb(164,223,100); }
td.TdClassName
{
border-color: #A4DF64;
}
.TagClassName
{
border-color: #A4DF64;
}
</style>