Shades of Conifer #A5E55F
Tints of Conifer #A5E55F
RGB
CMYK
RGB Variations
Color information
#A5E55F (or 0xA5E55F) is known color: Conifer. HEX triplet: A5, E5 and 5F. RGB value is (165,229,95). Sum of RGB (Red+Green+Blue) = 165+229+95=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E55F is #5A1AA0. Grayscale: #C3C3C3. Windows color (decimal): -5905057 or 6284709. OLE color: 6284709.
HSL color Cylindrical-coordinate representation of color #A5E55F: hue angle of 88.66º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5E55F is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 95 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.10 |
| HSL | 88.66º | 0.72% | 0.64% | - |
| HSV(B) | 88.66º | 0.59% | 0.9% | - |
| XYZ | 45.6 | 64.86 | 20.94 | - |
| YUV | 194.59 | 71.8 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 95 | 0.28 | 0 | 0.59 | 0.10 | 88.66 | 0.72 | 0.64 |
| Hex | A5 | E5 | 5F | 1C | 0 | 3B | A | 59 | 48 | 40 |
| Octal | 245 | 345 | 137 | 34 | 0 | 73 | 12 | 131 | 110 | 100 |
| Binary | 10100101 | 11100101 | 1011111 | 11100 | 0 | 111011 | 1010 | 1011001 | 1001000 | 1000000 |
Color Harmonies of #A5E55F
Complementary color
Monochromatic Colors of #A5E55F
Black with #A5E55F
Text Example
Text Example
White with #A5E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E55F; }
p { color: rgb(165,229,95); }
H1.HeaderClassName
{
color: #A5E55F;
}
.AnyTagClassName
{
color: #A5E55F;
}
</style>
background-color css
<style>
a { background-color: #A5E55F; }
a { background-color: rgb(165,229,95); }
div.DivClassName
{
background-color: #A5E55F;
}
.BgClassName
{
background-color: #A5E55F;
}
</style>
border-color css
<style>
span { border-color: #A5E55F; }
span { border-color: rgb(165,229,95); }
td.TdClassName
{
border-color: #A5E55F;
}
.TagClassName
{
border-color: #A5E55F;
}
</style>