Shades of Conifer #A8D74D
Tints of Conifer #A8D74D
RGB
CMYK
RGB Variations
Color information
#A8D74D (or 0xA8D74D) is known color: Conifer. HEX triplet: A8, D7 and 4D. RGB value is (168,215,77). Sum of RGB (Red+Green+Blue) = 168+215+77=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D74D is #5728B2. Grayscale: #B9B9B9. Windows color (decimal): -5712051 or 5101480. OLE color: 5101480.
HSL color Cylindrical-coordinate representation of color #A8D74D: hue angle of 80.43º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8D74D is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 77 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.16 |
| HSL | 80.43º | 0.63% | 0.57% | - |
| HSV(B) | 80.43º | 0.64% | 0.84% | - |
| XYZ | 41.79 | 57.46 | 15.91 | - |
| YUV | 185.22 | 66.93 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 77 | 0.22 | 0 | 0.64 | 0.16 | 80.43 | 0.63 | 0.57 |
| Hex | A8 | D7 | 4D | 16 | 0 | 40 | 10 | 50 | 3F | 39 |
| Octal | 250 | 327 | 115 | 26 | 0 | 100 | 20 | 120 | 77 | 71 |
| Binary | 10101000 | 11010111 | 1001101 | 10110 | 0 | 1000000 | 10000 | 1010000 | 111111 | 111001 |
Color Harmonies of #A8D74D
Complementary color
Monochromatic Colors of #A8D74D
Black with #A8D74D
Text Example
Text Example
White with #A8D74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D74D; }
p { color: rgb(168,215,77); }
H1.HeaderClassName
{
color: #A8D74D;
}
.AnyTagClassName
{
color: #A8D74D;
}
</style>
background-color css
<style>
a { background-color: #A8D74D; }
a { background-color: rgb(168,215,77); }
div.DivClassName
{
background-color: #A8D74D;
}
.BgClassName
{
background-color: #A8D74D;
}
</style>
border-color css
<style>
span { border-color: #A8D74D; }
span { border-color: rgb(168,215,77); }
td.TdClassName
{
border-color: #A8D74D;
}
.TagClassName
{
border-color: #A8D74D;
}
</style>