Shades of Conifer #A5FA5E
Tints of Conifer #A5FA5E
RGB
CMYK
RGB Variations
Color information
#A5FA5E (or 0xA5FA5E) is known color: Conifer. HEX triplet: A5, FA and 5E. RGB value is (165,250,94). Sum of RGB (Red+Green+Blue) = 165+250+94=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FA5E is #5A05A1. Grayscale: #CFCFCF. Windows color (decimal): -5899682 or 6224549. OLE color: 6224549.
HSL color Cylindrical-coordinate representation of color #A5FA5E: hue angle of 92.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5FA5E is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 94 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.02 |
| HSL | 92.69º | 0.94% | 0.67% | - |
| HSV(B) | 92.69º | 0.62% | 0.98% | - |
| XYZ | 51.72 | 77.18 | 22.76 | - |
| YUV | 206.8 | 64.34 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 94 | 0.34 | 0 | 0.62 | 0.02 | 92.69 | 0.94 | 0.67 |
| Hex | A5 | FA | 5E | 22 | 0 | 3E | 2 | 5D | 5E | 43 |
| Octal | 245 | 372 | 136 | 42 | 0 | 76 | 2 | 135 | 136 | 103 |
| Binary | 10100101 | 11111010 | 1011110 | 100010 | 0 | 111110 | 10 | 1011101 | 1011110 | 1000011 |
Color Harmonies of #A5FA5E
Complementary color
Monochromatic Colors of #A5FA5E
Black with #A5FA5E
Text Example
Text Example
White with #A5FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FA5E; }
p { color: rgb(165,250,94); }
H1.HeaderClassName
{
color: #A5FA5E;
}
.AnyTagClassName
{
color: #A5FA5E;
}
</style>
background-color css
<style>
a { background-color: #A5FA5E; }
a { background-color: rgb(165,250,94); }
div.DivClassName
{
background-color: #A5FA5E;
}
.BgClassName
{
background-color: #A5FA5E;
}
</style>
border-color css
<style>
span { border-color: #A5FA5E; }
span { border-color: rgb(165,250,94); }
td.TdClassName
{
border-color: #A5FA5E;
}
.TagClassName
{
border-color: #A5FA5E;
}
</style>