Shades of Conifer #A0FD5C
Tints of Conifer #A0FD5C
RGB
CMYK
RGB Variations
Color information
#A0FD5C (or 0xA0FD5C) is known color: Conifer. HEX triplet: A0, FD and 5C. RGB value is (160,253,92). Sum of RGB (Red+Green+Blue) = 160+253+92=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD5C is #5F02A3. Grayscale: #CFCFCF. Windows color (decimal): -6226596 or 6094240. OLE color: 6094240.
HSL color Cylindrical-coordinate representation of color #A0FD5C: hue angle of 94.66º 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 #A0FD5C is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 92 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.01 |
| HSL | 94.66º | 0.98% | 0.68% | - |
| HSV(B) | 94.66º | 0.64% | 0.99% | - |
| XYZ | 51.55 | 78.5 | 22.56 | - |
| YUV | 206.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 92 | 0.37 | 0 | 0.64 | 0.01 | 94.66 | 0.98 | 0.68 |
| Hex | A0 | FD | 5C | 25 | 0 | 40 | 1 | 5F | 62 | 44 |
| Octal | 240 | 375 | 134 | 45 | 0 | 100 | 1 | 137 | 142 | 104 |
| Binary | 10100000 | 11111101 | 1011100 | 100101 | 0 | 1000000 | 1 | 1011111 | 1100010 | 1000100 |
Color Harmonies of #A0FD5C
Complementary color
Monochromatic Colors of #A0FD5C
Black with #A0FD5C
Text Example
Text Example
White with #A0FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD5C; }
p { color: rgb(160,253,92); }
H1.HeaderClassName
{
color: #A0FD5C;
}
.AnyTagClassName
{
color: #A0FD5C;
}
</style>
background-color css
<style>
a { background-color: #A0FD5C; }
a { background-color: rgb(160,253,92); }
div.DivClassName
{
background-color: #A0FD5C;
}
.BgClassName
{
background-color: #A0FD5C;
}
</style>
border-color css
<style>
span { border-color: #A0FD5C; }
span { border-color: rgb(160,253,92); }
td.TdClassName
{
border-color: #A0FD5C;
}
.TagClassName
{
border-color: #A0FD5C;
}
</style>