Shades of Conifer #A5F850
Tints of Conifer #A5F850
RGB
CMYK
RGB Variations
Color information
#A5F850 (or 0xA5F850) is known color: Conifer. HEX triplet: A5, F8 and 50. RGB value is (165,248,80). Sum of RGB (Red+Green+Blue) = 165+248+80=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F850 is #5A07AF. Grayscale: #CCCCCC. Windows color (decimal): -5900208 or 5306533. OLE color: 5306533.
HSL color Cylindrical-coordinate representation of color #A5F850: hue angle of 89.64º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5F850 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 248 | 80 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.03 |
| HSL | 89.64º | 0.92% | 0.64% | - |
| HSV(B) | 89.64º | 0.68% | 0.97% | - |
| XYZ | 50.53 | 75.71 | 19.54 | - |
| YUV | 204.03 | 58 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 248 | 80 | 0.33 | 0 | 0.68 | 0.03 | 89.64 | 0.92 | 0.64 |
| Hex | A5 | F8 | 50 | 21 | 0 | 44 | 3 | 5A | 5C | 40 |
| Octal | 245 | 370 | 120 | 41 | 0 | 104 | 3 | 132 | 134 | 100 |
| Binary | 10100101 | 11111000 | 1010000 | 100001 | 0 | 1000100 | 11 | 1011010 | 1011100 | 1000000 |
Color Harmonies of #A5F850
Complementary color
Monochromatic Colors of #A5F850
Black with #A5F850
Text Example
Text Example
White with #A5F850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F850; }
p { color: rgb(165,248,80); }
H1.HeaderClassName
{
color: #A5F850;
}
.AnyTagClassName
{
color: #A5F850;
}
</style>
background-color css
<style>
a { background-color: #A5F850; }
a { background-color: rgb(165,248,80); }
div.DivClassName
{
background-color: #A5F850;
}
.BgClassName
{
background-color: #A5F850;
}
</style>
border-color css
<style>
span { border-color: #A5F850; }
span { border-color: rgb(165,248,80); }
td.TdClassName
{
border-color: #A5F850;
}
.TagClassName
{
border-color: #A5F850;
}
</style>