Shades of Conifer #A5E05A
Tints of Conifer #A5E05A
RGB
CMYK
RGB Variations
Color information
#A5E05A (or 0xA5E05A) is known color: Conifer. HEX triplet: A5, E0 and 5A. RGB value is (165,224,90). Sum of RGB (Red+Green+Blue) = 165+224+90=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E05A is #5A1FA5. Grayscale: #BFBFBF. Windows color (decimal): -5906342 or 5955749. OLE color: 5955749.
HSL color Cylindrical-coordinate representation of color #A5E05A: hue angle of 86.42º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5E05A is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 90 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.12 |
| HSL | 86.42º | 0.68% | 0.62% | - |
| HSV(B) | 86.42º | 0.6% | 0.88% | - |
| XYZ | 44.02 | 62.05 | 19.33 | - |
| YUV | 191.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 90 | 0.26 | 0 | 0.60 | 0.12 | 86.42 | 0.68 | 0.62 |
| Hex | A5 | E0 | 5A | 1A | 0 | 3C | C | 56 | 44 | 3E |
| Octal | 245 | 340 | 132 | 32 | 0 | 74 | 14 | 126 | 104 | 76 |
| Binary | 10100101 | 11100000 | 1011010 | 11010 | 0 | 111100 | 1100 | 1010110 | 1000100 | 111110 |
Color Harmonies of #A5E05A
Complementary color
Monochromatic Colors of #A5E05A
Black with #A5E05A
Text Example
Text Example
White with #A5E05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E05A; }
p { color: rgb(165,224,90); }
H1.HeaderClassName
{
color: #A5E05A;
}
.AnyTagClassName
{
color: #A5E05A;
}
</style>
background-color css
<style>
a { background-color: #A5E05A; }
a { background-color: rgb(165,224,90); }
div.DivClassName
{
background-color: #A5E05A;
}
.BgClassName
{
background-color: #A5E05A;
}
</style>
border-color css
<style>
span { border-color: #A5E05A; }
span { border-color: rgb(165,224,90); }
td.TdClassName
{
border-color: #A5E05A;
}
.TagClassName
{
border-color: #A5E05A;
}
</style>