Shades of Conifer #A7E74B
Tints of Conifer #A7E74B
RGB
CMYK
RGB Variations
Color information
#A7E74B (or 0xA7E74B) is known color: Conifer. HEX triplet: A7, E7 and 4B. RGB value is (167,231,75). Sum of RGB (Red+Green+Blue) = 167+231+75=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #A7E74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A7E74B is #5818B4. Grayscale: #C2C2C2. Windows color (decimal): -5773493 or 4974503. OLE color: 4974503.
HSL color Cylindrical-coordinate representation of color #A7E74B: hue angle of 84.62º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7E74B is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 231 | 75 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.09 |
| HSL | 84.62º | 0.76% | 0.6% | - |
| HSV(B) | 84.62º | 0.68% | 0.91% | - |
| XYZ | 45.78 | 65.88 | 16.96 | - |
| YUV | 194.08 | 60.8 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 231 | 75 | 0.28 | 0 | 0.68 | 0.09 | 84.62 | 0.76 | 0.6 |
| Hex | A7 | E7 | 4B | 1C | 0 | 44 | 9 | 55 | 4C | 3C |
| Octal | 247 | 347 | 113 | 34 | 0 | 104 | 11 | 125 | 114 | 74 |
| Binary | 10100111 | 11100111 | 1001011 | 11100 | 0 | 1000100 | 1001 | 1010101 | 1001100 | 111100 |
Color Harmonies of #A7E74B
Complementary color
Monochromatic Colors of #A7E74B
Black with #A7E74B
Text Example
Text Example
White with #A7E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E74B; }
p { color: rgb(167,231,75); }
H1.HeaderClassName
{
color: #A7E74B;
}
.AnyTagClassName
{
color: #A7E74B;
}
</style>
background-color css
<style>
a { background-color: #A7E74B; }
a { background-color: rgb(167,231,75); }
div.DivClassName
{
background-color: #A7E74B;
}
.BgClassName
{
background-color: #A7E74B;
}
</style>
border-color css
<style>
span { border-color: #A7E74B; }
span { border-color: rgb(167,231,75); }
td.TdClassName
{
border-color: #A7E74B;
}
.TagClassName
{
border-color: #A7E74B;
}
</style>