Shades of Conifer #A1DF48
Tints of Conifer #A1DF48
RGB
CMYK
RGB Variations
Color information
#A1DF48 (or 0xA1DF48) is known color: Conifer. HEX triplet: A1, DF and 48. RGB value is (161,223,72). Sum of RGB (Red+Green+Blue) = 161+223+72=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DF48 is #5E20B7. Grayscale: #BBBBBB. Windows color (decimal): -6168760 or 4775841. OLE color: 4775841.
HSL color Cylindrical-coordinate representation of color #A1DF48: hue angle of 84.64º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1DF48 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 72 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.13 |
| HSL | 84.64º | 0.7% | 0.58% | - |
| HSV(B) | 84.64º | 0.68% | 0.87% | - |
| XYZ | 42.26 | 60.82 | 15.64 | - |
| YUV | 187.25 | 62.96 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 72 | 0.28 | 0 | 0.68 | 0.13 | 84.64 | 0.7 | 0.58 |
| Hex | A1 | DF | 48 | 1C | 0 | 44 | D | 55 | 46 | 3A |
| Octal | 241 | 337 | 110 | 34 | 0 | 104 | 15 | 125 | 106 | 72 |
| Binary | 10100001 | 11011111 | 1001000 | 11100 | 0 | 1000100 | 1101 | 1010101 | 1000110 | 111010 |
Color Harmonies of #A1DF48
Complementary color
Monochromatic Colors of #A1DF48
Black with #A1DF48
Text Example
Text Example
White with #A1DF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF48; }
p { color: rgb(161,223,72); }
H1.HeaderClassName
{
color: #A1DF48;
}
.AnyTagClassName
{
color: #A1DF48;
}
</style>
background-color css
<style>
a { background-color: #A1DF48; }
a { background-color: rgb(161,223,72); }
div.DivClassName
{
background-color: #A1DF48;
}
.BgClassName
{
background-color: #A1DF48;
}
</style>
border-color css
<style>
span { border-color: #A1DF48; }
span { border-color: rgb(161,223,72); }
td.TdClassName
{
border-color: #A1DF48;
}
.TagClassName
{
border-color: #A1DF48;
}
</style>