Shades of Conifer #A5F361
Tints of Conifer #A5F361
RGB
CMYK
RGB Variations
Color information
#A5F361 (or 0xA5F361) is known color: Conifer. HEX triplet: A5, F3 and 61. RGB value is (165,243,97). Sum of RGB (Red+Green+Blue) = 165+243+97=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F361 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F361 is #5A0C9E. Grayscale: #CBCBCB. Windows color (decimal): -5901471 or 6419365. OLE color: 6419365.
HSL color Cylindrical-coordinate representation of color #A5F361: hue angle of 92.05º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5F361 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 97 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.05 |
| HSL | 92.05º | 0.86% | 0.67% | - |
| HSV(B) | 92.05º | 0.6% | 0.95% | - |
| XYZ | 49.73 | 72.96 | 22.77 | - |
| YUV | 203.03 | 68.16 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 97 | 0.32 | 0 | 0.60 | 0.05 | 92.05 | 0.86 | 0.67 |
| Hex | A5 | F3 | 61 | 20 | 0 | 3C | 5 | 5C | 56 | 43 |
| Octal | 245 | 363 | 141 | 40 | 0 | 74 | 5 | 134 | 126 | 103 |
| Binary | 10100101 | 11110011 | 1100001 | 100000 | 0 | 111100 | 101 | 1011100 | 1010110 | 1000011 |
Color Harmonies of #A5F361
Complementary color
Monochromatic Colors of #A5F361
Black with #A5F361
Text Example
Text Example
White with #A5F361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F361; }
p { color: rgb(165,243,97); }
H1.HeaderClassName
{
color: #A5F361;
}
.AnyTagClassName
{
color: #A5F361;
}
</style>
background-color css
<style>
a { background-color: #A5F361; }
a { background-color: rgb(165,243,97); }
div.DivClassName
{
background-color: #A5F361;
}
.BgClassName
{
background-color: #A5F361;
}
</style>
border-color css
<style>
span { border-color: #A5F361; }
span { border-color: rgb(165,243,97); }
td.TdClassName
{
border-color: #A5F361;
}
.TagClassName
{
border-color: #A5F361;
}
</style>