Shades of Conifer #A5E544
Tints of Conifer #A5E544
RGB
CMYK
RGB Variations
Color information
#A5E544 (or 0xA5E544) is known color: Conifer. HEX triplet: A5, E5 and 44. RGB value is (165,229,68). Sum of RGB (Red+Green+Blue) = 165+229+68=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E544 is #5A1ABB. Grayscale: #C0C0C0. Windows color (decimal): -5905084 or 4515237. OLE color: 4515237.
HSL color Cylindrical-coordinate representation of color #A5E544: hue angle of 83.85º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5E544 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 68 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.10 |
| HSL | 83.85º | 0.76% | 0.58% | - |
| HSV(B) | 83.85º | 0.7% | 0.9% | - |
| XYZ | 44.58 | 64.46 | 15.56 | - |
| YUV | 191.51 | 58.3 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 68 | 0.28 | 0 | 0.70 | 0.10 | 83.85 | 0.76 | 0.58 |
| Hex | A5 | E5 | 44 | 1C | 0 | 46 | A | 54 | 4C | 3A |
| Octal | 245 | 345 | 104 | 34 | 0 | 106 | 12 | 124 | 114 | 72 |
| Binary | 10100101 | 11100101 | 1000100 | 11100 | 0 | 1000110 | 1010 | 1010100 | 1001100 | 111010 |
Color Harmonies of #A5E544
Complementary color
Monochromatic Colors of #A5E544
Black with #A5E544
Text Example
Text Example
White with #A5E544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E544; }
p { color: rgb(165,229,68); }
H1.HeaderClassName
{
color: #A5E544;
}
.AnyTagClassName
{
color: #A5E544;
}
</style>
background-color css
<style>
a { background-color: #A5E544; }
a { background-color: rgb(165,229,68); }
div.DivClassName
{
background-color: #A5E544;
}
.BgClassName
{
background-color: #A5E544;
}
</style>
border-color css
<style>
span { border-color: #A5E544; }
span { border-color: rgb(165,229,68); }
td.TdClassName
{
border-color: #A5E544;
}
.TagClassName
{
border-color: #A5E544;
}
</style>