Shades of Conifer #A0EF5C
Tints of Conifer #A0EF5C
RGB
CMYK
RGB Variations
Color information
#A0EF5C (or 0xA0EF5C) is known color: Conifer. HEX triplet: A0, EF and 5C. RGB value is (160,239,92). Sum of RGB (Red+Green+Blue) = 160+239+92=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF5C is #5F10A3. Grayscale: #C7C7C7. Windows color (decimal): -6230180 or 6090656. OLE color: 6090656.
HSL color Cylindrical-coordinate representation of color #A0EF5C: hue angle of 92.24º degrees, saturation: 0.82, 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 #A0EF5C is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 92 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.06 |
| HSL | 92.24º | 0.82% | 0.65% | - |
| HSV(B) | 92.24º | 0.62% | 0.94% | - |
| XYZ | 47.3 | 69.98 | 21.14 | - |
| YUV | 198.62 | 67.83 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 92 | 0.33 | 0 | 0.62 | 0.06 | 92.24 | 0.82 | 0.65 |
| Hex | A0 | EF | 5C | 21 | 0 | 3E | 6 | 5C | 52 | 41 |
| Octal | 240 | 357 | 134 | 41 | 0 | 76 | 6 | 134 | 122 | 101 |
| Binary | 10100000 | 11101111 | 1011100 | 100001 | 0 | 111110 | 110 | 1011100 | 1010010 | 1000001 |
Color Harmonies of #A0EF5C
Complementary color
Monochromatic Colors of #A0EF5C
Black with #A0EF5C
Text Example
Text Example
White with #A0EF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF5C; }
p { color: rgb(160,239,92); }
H1.HeaderClassName
{
color: #A0EF5C;
}
.AnyTagClassName
{
color: #A0EF5C;
}
</style>
background-color css
<style>
a { background-color: #A0EF5C; }
a { background-color: rgb(160,239,92); }
div.DivClassName
{
background-color: #A0EF5C;
}
.BgClassName
{
background-color: #A0EF5C;
}
</style>
border-color css
<style>
span { border-color: #A0EF5C; }
span { border-color: rgb(160,239,92); }
td.TdClassName
{
border-color: #A0EF5C;
}
.TagClassName
{
border-color: #A0EF5C;
}
</style>