Shades of Conifer #A7E25F
Tints of Conifer #A7E25F
RGB
CMYK
RGB Variations
Color information
#A7E25F (or 0xA7E25F) is known color: Conifer. HEX triplet: A7, E2 and 5F. RGB value is (167,226,95). Sum of RGB (Red+Green+Blue) = 167+226+95=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #A7E25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E25F is #581DA0. Grayscale: #C1C1C1. Windows color (decimal): -5774753 or 6283943. OLE color: 6283943.
HSL color Cylindrical-coordinate representation of color #A7E25F: hue angle of 87.02º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7E25F is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 226 | 95 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.11 |
| HSL | 87.02º | 0.69% | 0.63% | - |
| HSV(B) | 87.02º | 0.58% | 0.89% | - |
| XYZ | 45.2 | 63.43 | 20.69 | - |
| YUV | 193.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 226 | 95 | 0.26 | 0 | 0.58 | 0.11 | 87.02 | 0.69 | 0.63 |
| Hex | A7 | E2 | 5F | 1A | 0 | 3A | B | 57 | 45 | 3F |
| Octal | 247 | 342 | 137 | 32 | 0 | 72 | 13 | 127 | 105 | 77 |
| Binary | 10100111 | 11100010 | 1011111 | 11010 | 0 | 111010 | 1011 | 1010111 | 1000101 | 111111 |
Color Harmonies of #A7E25F
Complementary color
Monochromatic Colors of #A7E25F
Black with #A7E25F
Text Example
Text Example
White with #A7E25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E25F; }
p { color: rgb(167,226,95); }
H1.HeaderClassName
{
color: #A7E25F;
}
.AnyTagClassName
{
color: #A7E25F;
}
</style>
background-color css
<style>
a { background-color: #A7E25F; }
a { background-color: rgb(167,226,95); }
div.DivClassName
{
background-color: #A7E25F;
}
.BgClassName
{
background-color: #A7E25F;
}
</style>
border-color css
<style>
span { border-color: #A7E25F; }
span { border-color: rgb(167,226,95); }
td.TdClassName
{
border-color: #A7E25F;
}
.TagClassName
{
border-color: #A7E25F;
}
</style>