Shades of Conifer #A5F463
Tints of Conifer #A5F463
RGB
CMYK
RGB Variations
Color information
#A5F463 (or 0xA5F463) is known color: Conifer. HEX triplet: A5, F4 and 63. RGB value is (165,244,99). Sum of RGB (Red+Green+Blue) = 165+244+99=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F463 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F463 is #5A0B9C. Grayscale: #CCCCCC. Windows color (decimal): -5901213 or 6550693. OLE color: 6550693.
HSL color Cylindrical-coordinate representation of color #A5F463: hue angle of 92.69º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5F463 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 244 | 99 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.04 |
| HSL | 92.69º | 0.87% | 0.67% | - |
| HSV(B) | 92.69º | 0.59% | 0.96% | - |
| XYZ | 50.12 | 73.6 | 23.37 | - |
| YUV | 203.85 | 68.83 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 244 | 99 | 0.32 | 0 | 0.59 | 0.04 | 92.69 | 0.87 | 0.67 |
| Hex | A5 | F4 | 63 | 20 | 0 | 3B | 4 | 5D | 57 | 43 |
| Octal | 245 | 364 | 143 | 40 | 0 | 73 | 4 | 135 | 127 | 103 |
| Binary | 10100101 | 11110100 | 1100011 | 100000 | 0 | 111011 | 100 | 1011101 | 1010111 | 1000011 |
Color Harmonies of #A5F463
Complementary color
Monochromatic Colors of #A5F463
Black with #A5F463
Text Example
Text Example
White with #A5F463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F463; }
p { color: rgb(165,244,99); }
H1.HeaderClassName
{
color: #A5F463;
}
.AnyTagClassName
{
color: #A5F463;
}
</style>
background-color css
<style>
a { background-color: #A5F463; }
a { background-color: rgb(165,244,99); }
div.DivClassName
{
background-color: #A5F463;
}
.BgClassName
{
background-color: #A5F463;
}
</style>
border-color css
<style>
span { border-color: #A5F463; }
span { border-color: rgb(165,244,99); }
td.TdClassName
{
border-color: #A5F463;
}
.TagClassName
{
border-color: #A5F463;
}
</style>