Shades of Conifer #A5F35F
Tints of Conifer #A5F35F
RGB
CMYK
RGB Variations
Color information
#A5F35F (or 0xA5F35F) is known color: Conifer. HEX triplet: A5, F3 and 5F. RGB value is (165,243,95). Sum of RGB (Red+Green+Blue) = 165+243+95=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F35F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F35F is #5A0CA0. Grayscale: #CBCBCB. Windows color (decimal): -5901473 or 6288293. OLE color: 6288293.
HSL color Cylindrical-coordinate representation of color #A5F35F: hue angle of 91.62º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5F35F is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 95 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.05 |
| HSL | 91.62º | 0.86% | 0.66% | - |
| HSV(B) | 91.62º | 0.61% | 0.95% | - |
| XYZ | 49.63 | 72.93 | 22.29 | - |
| YUV | 202.81 | 67.16 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 95 | 0.32 | 0 | 0.61 | 0.05 | 91.62 | 0.86 | 0.66 |
| Hex | A5 | F3 | 5F | 20 | 0 | 3D | 5 | 5C | 56 | 42 |
| Octal | 245 | 363 | 137 | 40 | 0 | 75 | 5 | 134 | 126 | 102 |
| Binary | 10100101 | 11110011 | 1011111 | 100000 | 0 | 111101 | 101 | 1011100 | 1010110 | 1000010 |
Color Harmonies of #A5F35F
Complementary color
Monochromatic Colors of #A5F35F
Black with #A5F35F
Text Example
Text Example
White with #A5F35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F35F; }
p { color: rgb(165,243,95); }
H1.HeaderClassName
{
color: #A5F35F;
}
.AnyTagClassName
{
color: #A5F35F;
}
</style>
background-color css
<style>
a { background-color: #A5F35F; }
a { background-color: rgb(165,243,95); }
div.DivClassName
{
background-color: #A5F35F;
}
.BgClassName
{
background-color: #A5F35F;
}
</style>
border-color css
<style>
span { border-color: #A5F35F; }
span { border-color: rgb(165,243,95); }
td.TdClassName
{
border-color: #A5F35F;
}
.TagClassName
{
border-color: #A5F35F;
}
</style>