Shades of Conifer #A8D74A
Tints of Conifer #A8D74A
RGB
CMYK
RGB Variations
Color information
#A8D74A (or 0xA8D74A) is known color: Conifer. HEX triplet: A8, D7 and 4A. RGB value is (168,215,74). Sum of RGB (Red+Green+Blue) = 168+215+74=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D74A is #5728B5. Grayscale: #B9B9B9. Windows color (decimal): -5712054 or 4904872. OLE color: 4904872.
HSL color Cylindrical-coordinate representation of color #A8D74A: hue angle of 80º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8D74A is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 74 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.16 |
| HSL | 80º | 0.64% | 0.57% | - |
| HSV(B) | 80º | 0.66% | 0.84% | - |
| XYZ | 41.68 | 57.42 | 15.36 | - |
| YUV | 184.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 74 | 0.22 | 0 | 0.66 | 0.16 | 80 | 0.64 | 0.57 |
| Hex | A8 | D7 | 4A | 16 | 0 | 42 | 10 | 50 | 40 | 39 |
| Octal | 250 | 327 | 112 | 26 | 0 | 102 | 20 | 120 | 100 | 71 |
| Binary | 10101000 | 11010111 | 1001010 | 10110 | 0 | 1000010 | 10000 | 1010000 | 1000000 | 111001 |
Color Harmonies of #A8D74A
Complementary color
Monochromatic Colors of #A8D74A
Black with #A8D74A
Text Example
Text Example
White with #A8D74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D74A; }
p { color: rgb(168,215,74); }
H1.HeaderClassName
{
color: #A8D74A;
}
.AnyTagClassName
{
color: #A8D74A;
}
</style>
background-color css
<style>
a { background-color: #A8D74A; }
a { background-color: rgb(168,215,74); }
div.DivClassName
{
background-color: #A8D74A;
}
.BgClassName
{
background-color: #A8D74A;
}
</style>
border-color css
<style>
span { border-color: #A8D74A; }
span { border-color: rgb(168,215,74); }
td.TdClassName
{
border-color: #A8D74A;
}
.TagClassName
{
border-color: #A8D74A;
}
</style>