Shades of Conifer #A5FD5C
Tints of Conifer #A5FD5C
RGB
CMYK
RGB Variations
Color information
#A5FD5C (or 0xA5FD5C) is known color: Conifer. HEX triplet: A5, FD and 5C. RGB value is (165,253,92). Sum of RGB (Red+Green+Blue) = 165+253+92=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD5C is #5A02A3. Grayscale: #D0D0D0. Windows color (decimal): -5898916 or 6094245. OLE color: 6094245.
HSL color Cylindrical-coordinate representation of color #A5FD5C: hue angle of 92.8º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5FD5C is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 253 | 92 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.01 |
| HSL | 92.8º | 0.98% | 0.68% | - |
| HSV(B) | 92.8º | 0.64% | 0.99% | - |
| XYZ | 52.57 | 79.02 | 22.61 | - |
| YUV | 208.33 | 62.35 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 253 | 92 | 0.35 | 0 | 0.64 | 0.01 | 92.8 | 0.98 | 0.68 |
| Hex | A5 | FD | 5C | 23 | 0 | 40 | 1 | 5D | 62 | 44 |
| Octal | 245 | 375 | 134 | 43 | 0 | 100 | 1 | 135 | 142 | 104 |
| Binary | 10100101 | 11111101 | 1011100 | 100011 | 0 | 1000000 | 1 | 1011101 | 1100010 | 1000100 |
Color Harmonies of #A5FD5C
Complementary color
Monochromatic Colors of #A5FD5C
Black with #A5FD5C
Text Example
Text Example
White with #A5FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FD5C; }
p { color: rgb(165,253,92); }
H1.HeaderClassName
{
color: #A5FD5C;
}
.AnyTagClassName
{
color: #A5FD5C;
}
</style>
background-color css
<style>
a { background-color: #A5FD5C; }
a { background-color: rgb(165,253,92); }
div.DivClassName
{
background-color: #A5FD5C;
}
.BgClassName
{
background-color: #A5FD5C;
}
</style>
border-color css
<style>
span { border-color: #A5FD5C; }
span { border-color: rgb(165,253,92); }
td.TdClassName
{
border-color: #A5FD5C;
}
.TagClassName
{
border-color: #A5FD5C;
}
</style>