Shades of Conifer #A3DF51
Tints of Conifer #A3DF51
RGB
CMYK
RGB Variations
Color information
#A3DF51 (or 0xA3DF51) is known color: Conifer. HEX triplet: A3, DF and 51. RGB value is (163,223,81). Sum of RGB (Red+Green+Blue) = 163+223+81=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF51 is #5C20AE. Grayscale: #BDBDBD. Windows color (decimal): -6037679 or 5365667. OLE color: 5365667.
HSL color Cylindrical-coordinate representation of color #A3DF51: hue angle of 85.35º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3DF51 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 81 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.13 |
| HSL | 85.35º | 0.69% | 0.6% | - |
| HSV(B) | 85.35º | 0.64% | 0.87% | - |
| XYZ | 42.98 | 61.16 | 17.32 | - |
| YUV | 188.87 | 67.12 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 81 | 0.27 | 0 | 0.64 | 0.13 | 85.35 | 0.69 | 0.6 |
| Hex | A3 | DF | 51 | 1B | 0 | 40 | D | 55 | 45 | 3C |
| Octal | 243 | 337 | 121 | 33 | 0 | 100 | 15 | 125 | 105 | 74 |
| Binary | 10100011 | 11011111 | 1010001 | 11011 | 0 | 1000000 | 1101 | 1010101 | 1000101 | 111100 |
Color Harmonies of #A3DF51
Complementary color
Monochromatic Colors of #A3DF51
Black with #A3DF51
Text Example
Text Example
White with #A3DF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF51; }
p { color: rgb(163,223,81); }
H1.HeaderClassName
{
color: #A3DF51;
}
.AnyTagClassName
{
color: #A3DF51;
}
</style>
background-color css
<style>
a { background-color: #A3DF51; }
a { background-color: rgb(163,223,81); }
div.DivClassName
{
background-color: #A3DF51;
}
.BgClassName
{
background-color: #A3DF51;
}
</style>
border-color css
<style>
span { border-color: #A3DF51; }
span { border-color: rgb(163,223,81); }
td.TdClassName
{
border-color: #A3DF51;
}
.TagClassName
{
border-color: #A3DF51;
}
</style>