Shades of Conifer #A8D74B
Tints of Conifer #A8D74B
RGB
CMYK
RGB Variations
Color information
#A8D74B (or 0xA8D74B) is known color: Conifer. HEX triplet: A8, D7 and 4B. RGB value is (168,215,75). Sum of RGB (Red+Green+Blue) = 168+215+75=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D74B is #5728B4. Grayscale: #B9B9B9. Windows color (decimal): -5712053 or 4970408. OLE color: 4970408.
HSL color Cylindrical-coordinate representation of color #A8D74B: hue angle of 80.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8D74B is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 75 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.16 |
| HSL | 80.14º | 0.64% | 0.57% | - |
| HSV(B) | 80.14º | 0.65% | 0.84% | - |
| XYZ | 41.72 | 57.43 | 15.54 | - |
| YUV | 184.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 75 | 0.22 | 0 | 0.65 | 0.16 | 80.14 | 0.64 | 0.57 |
| Hex | A8 | D7 | 4B | 16 | 0 | 41 | 10 | 50 | 40 | 39 |
| Octal | 250 | 327 | 113 | 26 | 0 | 101 | 20 | 120 | 100 | 71 |
| Binary | 10101000 | 11010111 | 1001011 | 10110 | 0 | 1000001 | 10000 | 1010000 | 1000000 | 111001 |
Color Harmonies of #A8D74B
Complementary color
Monochromatic Colors of #A8D74B
Black with #A8D74B
Text Example
Text Example
White with #A8D74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D74B; }
p { color: rgb(168,215,75); }
H1.HeaderClassName
{
color: #A8D74B;
}
.AnyTagClassName
{
color: #A8D74B;
}
</style>
background-color css
<style>
a { background-color: #A8D74B; }
a { background-color: rgb(168,215,75); }
div.DivClassName
{
background-color: #A8D74B;
}
.BgClassName
{
background-color: #A8D74B;
}
</style>
border-color css
<style>
span { border-color: #A8D74B; }
span { border-color: rgb(168,215,75); }
td.TdClassName
{
border-color: #A8D74B;
}
.TagClassName
{
border-color: #A8D74B;
}
</style>