Shades of Conifer #A5F562
Tints of Conifer #A5F562
RGB
CMYK
RGB Variations
Color information
#A5F562 (or 0xA5F562) is known color: Conifer. HEX triplet: A5, F5 and 62. RGB value is (165,245,98). Sum of RGB (Red+Green+Blue) = 165+245+98=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F562 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F562 is #5A0A9D. Grayscale: #CCCCCC. Windows color (decimal): -5900958 or 6485413. OLE color: 6485413.
HSL color Cylindrical-coordinate representation of color #A5F562: hue angle of 92.65º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5F562 is Cyan = 0.33, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 245 | 98 | - |
| CMYK | 0.33 | 0 | 0.6 | 0.04 |
| HSL | 92.65º | 0.88% | 0.67% | - |
| HSV(B) | 92.65º | 0.6% | 0.96% | - |
| XYZ | 50.37 | 74.19 | 23.22 | - |
| YUV | 204.32 | 68 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 245 | 98 | 0.33 | 0 | 0.6 | 0.04 | 92.65 | 0.88 | 0.67 |
| Hex | A5 | F5 | 62 | 21 | 0 | 3C | 4 | 5D | 58 | 43 |
| Octal | 245 | 365 | 142 | 41 | 0 | 74 | 4 | 135 | 130 | 103 |
| Binary | 10100101 | 11110101 | 1100010 | 100001 | 0 | 111100 | 100 | 1011101 | 1011000 | 1000011 |
Color Harmonies of #A5F562
Complementary color
Monochromatic Colors of #A5F562
Black with #A5F562
Text Example
Text Example
White with #A5F562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F562; }
p { color: rgb(165,245,98); }
H1.HeaderClassName
{
color: #A5F562;
}
.AnyTagClassName
{
color: #A5F562;
}
</style>
background-color css
<style>
a { background-color: #A5F562; }
a { background-color: rgb(165,245,98); }
div.DivClassName
{
background-color: #A5F562;
}
.BgClassName
{
background-color: #A5F562;
}
</style>
border-color css
<style>
span { border-color: #A5F562; }
span { border-color: rgb(165,245,98); }
td.TdClassName
{
border-color: #A5F562;
}
.TagClassName
{
border-color: #A5F562;
}
</style>