Shades of Conifer #A4DF50
Tints of Conifer #A4DF50
RGB
CMYK
RGB Variations
Color information
#A4DF50 (or 0xA4DF50) is known color: Conifer. HEX triplet: A4, DF and 50. RGB value is (164,223,80). Sum of RGB (Red+Green+Blue) = 164+223+80=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF50 is #5B20AF. Grayscale: #BDBDBD. Windows color (decimal): -5972144 or 5300132. OLE color: 5300132.
HSL color Cylindrical-coordinate representation of color #A4DF50: hue angle of 84.76º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4DF50 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 80 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.13 |
| HSL | 84.76º | 0.69% | 0.59% | - |
| HSV(B) | 84.76º | 0.64% | 0.87% | - |
| XYZ | 43.15 | 61.25 | 17.14 | - |
| YUV | 189.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 80 | 0.26 | 0 | 0.64 | 0.13 | 84.76 | 0.69 | 0.59 |
| Hex | A4 | DF | 50 | 1A | 0 | 40 | D | 55 | 45 | 3B |
| Octal | 244 | 337 | 120 | 32 | 0 | 100 | 15 | 125 | 105 | 73 |
| Binary | 10100100 | 11011111 | 1010000 | 11010 | 0 | 1000000 | 1101 | 1010101 | 1000101 | 111011 |
Color Harmonies of #A4DF50
Complementary color
Monochromatic Colors of #A4DF50
Black with #A4DF50
Text Example
Text Example
White with #A4DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DF50; }
p { color: rgb(164,223,80); }
H1.HeaderClassName
{
color: #A4DF50;
}
.AnyTagClassName
{
color: #A4DF50;
}
</style>
background-color css
<style>
a { background-color: #A4DF50; }
a { background-color: rgb(164,223,80); }
div.DivClassName
{
background-color: #A4DF50;
}
.BgClassName
{
background-color: #A4DF50;
}
</style>
border-color css
<style>
span { border-color: #A4DF50; }
span { border-color: rgb(164,223,80); }
td.TdClassName
{
border-color: #A4DF50;
}
.TagClassName
{
border-color: #A4DF50;
}
</style>