Shades of Conifer #A5FE5E
Tints of Conifer #A5FE5E
RGB
CMYK
RGB Variations
Color information
#A5FE5E (or 0xA5FE5E) is known color: Conifer. HEX triplet: A5, FE and 5E. RGB value is (165,254,94). Sum of RGB (Red+Green+Blue) = 165+254+94=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FE5E is #5A01A1. Grayscale: #D1D1D1. Windows color (decimal): -5898658 or 6225573. OLE color: 6225573.
HSL color Cylindrical-coordinate representation of color #A5FE5E: hue angle of 93.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5FE5E is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 94 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.00 |
| HSL | 93.38º | 0.99% | 0.68% | - |
| HSV(B) | 93.38º | 0.63% | 1% | - |
| XYZ | 52.98 | 79.69 | 23.18 | - |
| YUV | 209.15 | 63.01 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 94 | 0.35 | 0 | 0.63 | 0.00 | 93.38 | 0.99 | 0.68 |
| Hex | A5 | FE | 5E | 23 | 0 | 3F | 0 | 5D | 63 | 44 |
| Octal | 245 | 376 | 136 | 43 | 0 | 77 | 0 | 135 | 143 | 104 |
| Binary | 10100101 | 11111110 | 1011110 | 100011 | 0 | 111111 | 0 | 1011101 | 1100011 | 1000100 |
Color Harmonies of #A5FE5E
Complementary color
Monochromatic Colors of #A5FE5E
Black with #A5FE5E
Text Example
Text Example
White with #A5FE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FE5E; }
p { color: rgb(165,254,94); }
H1.HeaderClassName
{
color: #A5FE5E;
}
.AnyTagClassName
{
color: #A5FE5E;
}
</style>
background-color css
<style>
a { background-color: #A5FE5E; }
a { background-color: rgb(165,254,94); }
div.DivClassName
{
background-color: #A5FE5E;
}
.BgClassName
{
background-color: #A5FE5E;
}
</style>
border-color css
<style>
span { border-color: #A5FE5E; }
span { border-color: rgb(165,254,94); }
td.TdClassName
{
border-color: #A5FE5E;
}
.TagClassName
{
border-color: #A5FE5E;
}
</style>