Shades of Conifer #A5C757
Tints of Conifer #A5C757
RGB
CMYK
RGB Variations
Color information
#A5C757 (or 0xA5C757) is known color: Conifer. HEX triplet: A5, C7 and 57. RGB value is (165,199,87). Sum of RGB (Red+Green+Blue) = 165+199+87=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C757 is #5A38A8. Grayscale: #B0B0B0. Windows color (decimal): -5912745 or 5752741. OLE color: 5752741.
HSL color Cylindrical-coordinate representation of color #A5C757: hue angle of 78.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5C757 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 199 | 87 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.22 |
| HSL | 78.21º | 0.5% | 0.56% | - |
| HSV(B) | 78.21º | 0.56% | 0.78% | - |
| XYZ | 37.66 | 49.53 | 16.59 | - |
| YUV | 176.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 87 | 0.17 | 0 | 0.56 | 0.22 | 78.21 | 0.5 | 0.56 |
| Hex | A5 | C7 | 57 | 11 | 0 | 38 | 16 | 4E | 32 | 38 |
| Octal | 245 | 307 | 127 | 21 | 0 | 70 | 26 | 116 | 62 | 70 |
| Binary | 10100101 | 11000111 | 1010111 | 10001 | 0 | 111000 | 10110 | 1001110 | 110010 | 111000 |
Color Harmonies of #A5C757
Complementary color
Monochromatic Colors of #A5C757
Black with #A5C757
Text Example
Text Example
White with #A5C757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C757; }
p { color: rgb(165,199,87); }
H1.HeaderClassName
{
color: #A5C757;
}
.AnyTagClassName
{
color: #A5C757;
}
</style>
background-color css
<style>
a { background-color: #A5C757; }
a { background-color: rgb(165,199,87); }
div.DivClassName
{
background-color: #A5C757;
}
.BgClassName
{
background-color: #A5C757;
}
</style>
border-color css
<style>
span { border-color: #A5C757; }
span { border-color: rgb(165,199,87); }
td.TdClassName
{
border-color: #A5C757;
}
.TagClassName
{
border-color: #A5C757;
}
</style>