Shades of Conifer #A5F05C
Tints of Conifer #A5F05C
RGB
CMYK
RGB Variations
Color information
#A5F05C (or 0xA5F05C) is known color: Conifer. HEX triplet: A5, F0 and 5C. RGB value is (165,240,92). Sum of RGB (Red+Green+Blue) = 165+240+92=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F05C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F05C is #5A0FA3. Grayscale: #C9C9C9. Windows color (decimal): -5902244 or 6090917. OLE color: 6090917.
HSL color Cylindrical-coordinate representation of color #A5F05C: hue angle of 90.41º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5F05C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 240 | 92 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.06 |
| HSL | 90.41º | 0.83% | 0.65% | - |
| HSV(B) | 90.41º | 0.62% | 0.94% | - |
| XYZ | 48.61 | 71.09 | 21.29 | - |
| YUV | 200.7 | 66.65 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 92 | 0.31 | 0 | 0.62 | 0.06 | 90.41 | 0.83 | 0.65 |
| Hex | A5 | F0 | 5C | 1F | 0 | 3E | 6 | 5A | 53 | 41 |
| Octal | 245 | 360 | 134 | 37 | 0 | 76 | 6 | 132 | 123 | 101 |
| Binary | 10100101 | 11110000 | 1011100 | 11111 | 0 | 111110 | 110 | 1011010 | 1010011 | 1000001 |
Color Harmonies of #A5F05C
Complementary color
Monochromatic Colors of #A5F05C
Black with #A5F05C
Text Example
Text Example
White with #A5F05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F05C; }
p { color: rgb(165,240,92); }
H1.HeaderClassName
{
color: #A5F05C;
}
.AnyTagClassName
{
color: #A5F05C;
}
</style>
background-color css
<style>
a { background-color: #A5F05C; }
a { background-color: rgb(165,240,92); }
div.DivClassName
{
background-color: #A5F05C;
}
.BgClassName
{
background-color: #A5F05C;
}
</style>
border-color css
<style>
span { border-color: #A5F05C; }
span { border-color: rgb(165,240,92); }
td.TdClassName
{
border-color: #A5F05C;
}
.TagClassName
{
border-color: #A5F05C;
}
</style>