Shades of Conifer #A7ED4A
Tints of Conifer #A7ED4A
RGB
CMYK
RGB Variations
Color information
#A7ED4A (or 0xA7ED4A) is known color: Conifer. HEX triplet: A7, ED and 4A. RGB value is (167,237,74). Sum of RGB (Red+Green+Blue) = 167+237+74=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #A7ED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A7ED4A is #5812B5. Grayscale: #C6C6C6. Windows color (decimal): -5771958 or 4910503. OLE color: 4910503.
HSL color Cylindrical-coordinate representation of color #A7ED4A: hue angle of 85.77º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7ED4A is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 74 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.07 |
| HSL | 85.77º | 0.82% | 0.61% | - |
| HSV(B) | 85.77º | 0.69% | 0.93% | - |
| XYZ | 47.46 | 69.28 | 17.35 | - |
| YUV | 197.49 | 58.31 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 74 | 0.30 | 0 | 0.69 | 0.07 | 85.77 | 0.82 | 0.61 |
| Hex | A7 | ED | 4A | 1E | 0 | 45 | 7 | 56 | 52 | 3D |
| Octal | 247 | 355 | 112 | 36 | 0 | 105 | 7 | 126 | 122 | 75 |
| Binary | 10100111 | 11101101 | 1001010 | 11110 | 0 | 1000101 | 111 | 1010110 | 1010010 | 111101 |
Color Harmonies of #A7ED4A
Complementary color
Monochromatic Colors of #A7ED4A
Black with #A7ED4A
Text Example
Text Example
White with #A7ED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ED4A; }
p { color: rgb(167,237,74); }
H1.HeaderClassName
{
color: #A7ED4A;
}
.AnyTagClassName
{
color: #A7ED4A;
}
</style>
background-color css
<style>
a { background-color: #A7ED4A; }
a { background-color: rgb(167,237,74); }
div.DivClassName
{
background-color: #A7ED4A;
}
.BgClassName
{
background-color: #A7ED4A;
}
</style>
border-color css
<style>
span { border-color: #A7ED4A; }
span { border-color: rgb(167,237,74); }
td.TdClassName
{
border-color: #A7ED4A;
}
.TagClassName
{
border-color: #A7ED4A;
}
</style>