Shades of Conifer #A5F657
Tints of Conifer #A5F657
RGB
CMYK
RGB Variations
Color information
#A5F657 (or 0xA5F657) is known color: Conifer. HEX triplet: A5, F6 and 57. RGB value is (165,246,87). Sum of RGB (Red+Green+Blue) = 165+246+87=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F657 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F657 is #5A09A8. Grayscale: #CCCCCC. Windows color (decimal): -5900713 or 5764773. OLE color: 5764773.
HSL color Cylindrical-coordinate representation of color #A5F657: hue angle of 90.57º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5F657 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 87 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.04 |
| HSL | 90.57º | 0.9% | 0.65% | - |
| HSV(B) | 90.57º | 0.65% | 0.96% | - |
| XYZ | 50.19 | 74.6 | 20.77 | - |
| YUV | 203.66 | 62.16 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 87 | 0.33 | 0 | 0.65 | 0.04 | 90.57 | 0.9 | 0.65 |
| Hex | A5 | F6 | 57 | 21 | 0 | 41 | 4 | 5B | 5A | 41 |
| Octal | 245 | 366 | 127 | 41 | 0 | 101 | 4 | 133 | 132 | 101 |
| Binary | 10100101 | 11110110 | 1010111 | 100001 | 0 | 1000001 | 100 | 1011011 | 1011010 | 1000001 |
Color Harmonies of #A5F657
Complementary color
Monochromatic Colors of #A5F657
Black with #A5F657
Text Example
Text Example
White with #A5F657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F657; }
p { color: rgb(165,246,87); }
H1.HeaderClassName
{
color: #A5F657;
}
.AnyTagClassName
{
color: #A5F657;
}
</style>
background-color css
<style>
a { background-color: #A5F657; }
a { background-color: rgb(165,246,87); }
div.DivClassName
{
background-color: #A5F657;
}
.BgClassName
{
background-color: #A5F657;
}
</style>
border-color css
<style>
span { border-color: #A5F657; }
span { border-color: rgb(165,246,87); }
td.TdClassName
{
border-color: #A5F657;
}
.TagClassName
{
border-color: #A5F657;
}
</style>