Shades of Conifer #A7D54C
Tints of Conifer #A7D54C
RGB
CMYK
RGB Variations
Color information
#A7D54C (or 0xA7D54C) is known color: Conifer. HEX triplet: A7, D5 and 4C. RGB value is (167,213,76). Sum of RGB (Red+Green+Blue) = 167+213+76=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D54C is #582AB3. Grayscale: #B8B8B8. Windows color (decimal): -5778100 or 5035431. OLE color: 5035431.
HSL color Cylindrical-coordinate representation of color #A7D54C: hue angle of 80.15º degrees, saturation: 0.62, 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 #A7D54C is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 76 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.16 |
| HSL | 80.15º | 0.62% | 0.57% | - |
| HSV(B) | 80.15º | 0.64% | 0.84% | - |
| XYZ | 41.04 | 56.33 | 15.55 | - |
| YUV | 183.63 | 67.26 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 76 | 0.22 | 0 | 0.64 | 0.16 | 80.15 | 0.62 | 0.57 |
| Hex | A7 | D5 | 4C | 16 | 0 | 40 | 10 | 50 | 3E | 39 |
| Octal | 247 | 325 | 114 | 26 | 0 | 100 | 20 | 120 | 76 | 71 |
| Binary | 10100111 | 11010101 | 1001100 | 10110 | 0 | 1000000 | 10000 | 1010000 | 111110 | 111001 |
Color Harmonies of #A7D54C
Complementary color
Monochromatic Colors of #A7D54C
Black with #A7D54C
Text Example
Text Example
White with #A7D54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D54C; }
p { color: rgb(167,213,76); }
H1.HeaderClassName
{
color: #A7D54C;
}
.AnyTagClassName
{
color: #A7D54C;
}
</style>
background-color css
<style>
a { background-color: #A7D54C; }
a { background-color: rgb(167,213,76); }
div.DivClassName
{
background-color: #A7D54C;
}
.BgClassName
{
background-color: #A7D54C;
}
</style>
border-color css
<style>
span { border-color: #A7D54C; }
span { border-color: rgb(167,213,76); }
td.TdClassName
{
border-color: #A7D54C;
}
.TagClassName
{
border-color: #A7D54C;
}
</style>