Shades of Conifer #A4EB5E
Tints of Conifer #A4EB5E
RGB
CMYK
RGB Variations
Color information
#A4EB5E (or 0xA4EB5E) is known color: Conifer. HEX triplet: A4, EB and 5E. RGB value is (164,235,94). Sum of RGB (Red+Green+Blue) = 164+235+94=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EB5E is #5B14A1. Grayscale: #C6C6C6. Windows color (decimal): -5969058 or 6220708. OLE color: 6220708.
HSL color Cylindrical-coordinate representation of color #A4EB5E: hue angle of 90.21º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4EB5E is Cyan = 0.30, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
RGB | 164 | 235 | 94 | - |
CMYK | 0.30 | 0 | 0.6 | 0.08 |
HSL | 90.21º | 0.78% | 0.65% | - |
HSV(B) | 90.21º | 0.6% | 0.92% | - |
XYZ | 47.04 | 68.12 | 21.26 | - |
YUV | 197.7 | 69.48 | 103.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 235 | 94 | 0.30 | 0 | 0.6 | 0.08 | 90.21 | 0.78 | 0.65 |
Hex | A4 | EB | 5E | 1E | 0 | 3C | 8 | 5A | 4E | 41 |
Octal | 244 | 353 | 136 | 36 | 0 | 74 | 10 | 132 | 116 | 101 |
Binary | 10100100 | 11101011 | 1011110 | 11110 | 0 | 111100 | 1000 | 1011010 | 1001110 | 1000001 |
Color Harmonies of #A4EB5E
Complementary color
Monochromatic Colors of #A4EB5E
Black with #A4EB5E
Text Example
Text Example
White with #A4EB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EB5E; }
p { color: rgb(164,235,94); }
H1.HeaderClassName
{
color: #A4EB5E;
}
.AnyTagClassName
{
color: #A4EB5E;
}
</style>
background-color css
<style>
a { background-color: #A4EB5E; }
a { background-color: rgb(164,235,94); }
div.DivClassName
{
background-color: #A4EB5E;
}
.BgClassName
{
background-color: #A4EB5E;
}
</style>
border-color css
<style>
span { border-color: #A4EB5E; }
span { border-color: rgb(164,235,94); }
td.TdClassName
{
border-color: #A4EB5E;
}
.TagClassName
{
border-color: #A4EB5E;
}
</style>