Shades of Conifer #A5CE5E
Tints of Conifer #A5CE5E
RGB
CMYK
RGB Variations
Color information
#A5CE5E (or 0xA5CE5E) is known color: Conifer. HEX triplet: A5, CE and 5E. RGB value is (165,206,94). Sum of RGB (Red+Green+Blue) = 165+206+94=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE5E is #5A31A1. Grayscale: #B5B5B5. Windows color (decimal): -5910946 or 6213285. OLE color: 6213285.
HSL color Cylindrical-coordinate representation of color #A5CE5E: hue angle of 81.96º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5CE5E is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 94 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.19 |
| HSL | 81.96º | 0.53% | 0.59% | - |
| HSV(B) | 81.96º | 0.54% | 0.81% | - |
| XYZ | 39.61 | 52.95 | 18.72 | - |
| YUV | 180.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 94 | 0.20 | 0 | 0.54 | 0.19 | 81.96 | 0.53 | 0.59 |
| Hex | A5 | CE | 5E | 14 | 0 | 36 | 13 | 52 | 35 | 3B |
| Octal | 245 | 316 | 136 | 24 | 0 | 66 | 23 | 122 | 65 | 73 |
| Binary | 10100101 | 11001110 | 1011110 | 10100 | 0 | 110110 | 10011 | 1010010 | 110101 | 111011 |
Color Harmonies of #A5CE5E
Complementary color
Monochromatic Colors of #A5CE5E
Black with #A5CE5E
Text Example
Text Example
White with #A5CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CE5E; }
p { color: rgb(165,206,94); }
H1.HeaderClassName
{
color: #A5CE5E;
}
.AnyTagClassName
{
color: #A5CE5E;
}
</style>
background-color css
<style>
a { background-color: #A5CE5E; }
a { background-color: rgb(165,206,94); }
div.DivClassName
{
background-color: #A5CE5E;
}
.BgClassName
{
background-color: #A5CE5E;
}
</style>
border-color css
<style>
span { border-color: #A5CE5E; }
span { border-color: rgb(165,206,94); }
td.TdClassName
{
border-color: #A5CE5E;
}
.TagClassName
{
border-color: #A5CE5E;
}
</style>