Shades of Conifer #A8F15C
Tints of Conifer #A8F15C
RGB
CMYK
RGB Variations
Color information
#A8F15C (or 0xA8F15C) is known color: Conifer. HEX triplet: A8, F1 and 5C. RGB value is (168,241,92). Sum of RGB (Red+Green+Blue) = 168+241+92=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F15C is #570EA3. Grayscale: #CACACA. Windows color (decimal): -5705380 or 6091176. OLE color: 6091176.
HSL color Cylindrical-coordinate representation of color #A8F15C: hue angle of 89.4º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8F15C is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 92 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.05 |
| HSL | 89.4º | 0.84% | 0.65% | - |
| HSV(B) | 89.4º | 0.62% | 0.95% | - |
| XYZ | 49.54 | 72.01 | 21.41 | - |
| YUV | 202.19 | 65.82 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 92 | 0.30 | 0 | 0.62 | 0.05 | 89.4 | 0.84 | 0.65 |
| Hex | A8 | F1 | 5C | 1E | 0 | 3E | 5 | 59 | 54 | 41 |
| Octal | 250 | 361 | 134 | 36 | 0 | 76 | 5 | 131 | 124 | 101 |
| Binary | 10101000 | 11110001 | 1011100 | 11110 | 0 | 111110 | 101 | 1011001 | 1010100 | 1000001 |
Color Harmonies of #A8F15C
Complementary color
Monochromatic Colors of #A8F15C
Black with #A8F15C
Text Example
Text Example
White with #A8F15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F15C; }
p { color: rgb(168,241,92); }
H1.HeaderClassName
{
color: #A8F15C;
}
.AnyTagClassName
{
color: #A8F15C;
}
</style>
background-color css
<style>
a { background-color: #A8F15C; }
a { background-color: rgb(168,241,92); }
div.DivClassName
{
background-color: #A8F15C;
}
.BgClassName
{
background-color: #A8F15C;
}
</style>
border-color css
<style>
span { border-color: #A8F15C; }
span { border-color: rgb(168,241,92); }
td.TdClassName
{
border-color: #A8F15C;
}
.TagClassName
{
border-color: #A8F15C;
}
</style>