Shades of Conifer #A5F651
Tints of Conifer #A5F651
RGB
CMYK
RGB Variations
Color information
#A5F651 (or 0xA5F651) is known color: Conifer. HEX triplet: A5, F6 and 51. RGB value is (165,246,81). Sum of RGB (Red+Green+Blue) = 165+246+81=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F651 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F651 is #5A09AE. Grayscale: #CBCBCB. Windows color (decimal): -5900719 or 5371557. OLE color: 5371557.
HSL color Cylindrical-coordinate representation of color #A5F651: hue angle of 89.45º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5F651 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 81 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.04 |
| HSL | 89.45º | 0.9% | 0.64% | - |
| HSV(B) | 89.45º | 0.67% | 0.96% | - |
| XYZ | 49.96 | 74.5 | 19.53 | - |
| YUV | 202.97 | 59.16 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 81 | 0.33 | 0 | 0.67 | 0.04 | 89.45 | 0.9 | 0.64 |
| Hex | A5 | F6 | 51 | 21 | 0 | 43 | 4 | 59 | 5A | 40 |
| Octal | 245 | 366 | 121 | 41 | 0 | 103 | 4 | 131 | 132 | 100 |
| Binary | 10100101 | 11110110 | 1010001 | 100001 | 0 | 1000011 | 100 | 1011001 | 1011010 | 1000000 |
Color Harmonies of #A5F651
Complementary color
Monochromatic Colors of #A5F651
Black with #A5F651
Text Example
Text Example
White with #A5F651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F651; }
p { color: rgb(165,246,81); }
H1.HeaderClassName
{
color: #A5F651;
}
.AnyTagClassName
{
color: #A5F651;
}
</style>
background-color css
<style>
a { background-color: #A5F651; }
a { background-color: rgb(165,246,81); }
div.DivClassName
{
background-color: #A5F651;
}
.BgClassName
{
background-color: #A5F651;
}
</style>
border-color css
<style>
span { border-color: #A5F651; }
span { border-color: rgb(165,246,81); }
td.TdClassName
{
border-color: #A5F651;
}
.TagClassName
{
border-color: #A5F651;
}
</style>