Shades of Conifer #A5CA57
Tints of Conifer #A5CA57
RGB
CMYK
RGB Variations
Color information
#A5CA57 (or 0xA5CA57) is known color: Conifer. HEX triplet: A5, CA and 57. RGB value is (165,202,87). Sum of RGB (Red+Green+Blue) = 165+202+87=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA57 is #5A35A8. Grayscale: #B2B2B2. Windows color (decimal): -5911977 or 5753509. OLE color: 5753509.
HSL color Cylindrical-coordinate representation of color #A5CA57: hue angle of 79.3º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5CA57 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 87 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.21 |
| HSL | 79.3º | 0.52% | 0.57% | - |
| HSV(B) | 79.3º | 0.57% | 0.79% | - |
| XYZ | 38.36 | 50.93 | 16.83 | - |
| YUV | 177.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 87 | 0.18 | 0 | 0.57 | 0.21 | 79.3 | 0.52 | 0.57 |
| Hex | A5 | CA | 57 | 12 | 0 | 39 | 15 | 4F | 34 | 39 |
| Octal | 245 | 312 | 127 | 22 | 0 | 71 | 25 | 117 | 64 | 71 |
| Binary | 10100101 | 11001010 | 1010111 | 10010 | 0 | 111001 | 10101 | 1001111 | 110100 | 111001 |
Color Harmonies of #A5CA57
Complementary color
Monochromatic Colors of #A5CA57
Black with #A5CA57
Text Example
Text Example
White with #A5CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA57; }
p { color: rgb(165,202,87); }
H1.HeaderClassName
{
color: #A5CA57;
}
.AnyTagClassName
{
color: #A5CA57;
}
</style>
background-color css
<style>
a { background-color: #A5CA57; }
a { background-color: rgb(165,202,87); }
div.DivClassName
{
background-color: #A5CA57;
}
.BgClassName
{
background-color: #A5CA57;
}
</style>
border-color css
<style>
span { border-color: #A5CA57; }
span { border-color: rgb(165,202,87); }
td.TdClassName
{
border-color: #A5CA57;
}
.TagClassName
{
border-color: #A5CA57;
}
</style>