Shades of Conifer #A8DF41
Tints of Conifer #A8DF41
RGB
CMYK
RGB Variations
Color information
#A8DF41 (or 0xA8DF41) is known color: Conifer. HEX triplet: A8, DF and 41. RGB value is (168,223,65). Sum of RGB (Red+Green+Blue) = 168+223+65=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF41 is #5720BE. Grayscale: #BDBDBD. Windows color (decimal): -5710015 or 4317096. OLE color: 4317096.
HSL color Cylindrical-coordinate representation of color #A8DF41: hue angle of 80.89º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8DF41 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 65 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.13 |
| HSL | 80.89º | 0.71% | 0.56% | - |
| HSV(B) | 80.89º | 0.71% | 0.87% | - |
| XYZ | 43.49 | 61.48 | 14.58 | - |
| YUV | 188.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 65 | 0.25 | 0 | 0.71 | 0.13 | 80.89 | 0.71 | 0.56 |
| Hex | A8 | DF | 41 | 19 | 0 | 47 | D | 51 | 47 | 38 |
| Octal | 250 | 337 | 101 | 31 | 0 | 107 | 15 | 121 | 107 | 70 |
| Binary | 10101000 | 11011111 | 1000001 | 11001 | 0 | 1000111 | 1101 | 1010001 | 1000111 | 111000 |
Color Harmonies of #A8DF41
Complementary color
Monochromatic Colors of #A8DF41
Black with #A8DF41
Text Example
Text Example
White with #A8DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF41; }
p { color: rgb(168,223,65); }
H1.HeaderClassName
{
color: #A8DF41;
}
.AnyTagClassName
{
color: #A8DF41;
}
</style>
background-color css
<style>
a { background-color: #A8DF41; }
a { background-color: rgb(168,223,65); }
div.DivClassName
{
background-color: #A8DF41;
}
.BgClassName
{
background-color: #A8DF41;
}
</style>
border-color css
<style>
span { border-color: #A8DF41; }
span { border-color: rgb(168,223,65); }
td.TdClassName
{
border-color: #A8DF41;
}
.TagClassName
{
border-color: #A8DF41;
}
</style>