Shades of Conifer #A6F15C
Tints of Conifer #A6F15C
RGB
CMYK
RGB Variations
Color information
#A6F15C (or 0xA6F15C) is known color: Conifer. HEX triplet: A6, F1 and 5C. RGB value is (166,241,92). Sum of RGB (Red+Green+Blue) = 166+241+92=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F15C is #590EA3. Grayscale: #CACACA. Windows color (decimal): -5836452 or 6091174. OLE color: 6091174.
HSL color Cylindrical-coordinate representation of color #A6F15C: hue angle of 90.2º 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 #A6F15C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 92 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.05 |
| HSL | 90.2º | 0.84% | 0.65% | - |
| HSV(B) | 90.2º | 0.62% | 0.95% | - |
| XYZ | 49.11 | 71.79 | 21.39 | - |
| YUV | 201.59 | 66.15 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 92 | 0.31 | 0 | 0.62 | 0.05 | 90.2 | 0.84 | 0.65 |
| Hex | A6 | F1 | 5C | 1F | 0 | 3E | 5 | 5A | 54 | 41 |
| Octal | 246 | 361 | 134 | 37 | 0 | 76 | 5 | 132 | 124 | 101 |
| Binary | 10100110 | 11110001 | 1011100 | 11111 | 0 | 111110 | 101 | 1011010 | 1010100 | 1000001 |
Color Harmonies of #A6F15C
Complementary color
Monochromatic Colors of #A6F15C
Black with #A6F15C
Text Example
Text Example
White with #A6F15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F15C; }
p { color: rgb(166,241,92); }
H1.HeaderClassName
{
color: #A6F15C;
}
.AnyTagClassName
{
color: #A6F15C;
}
</style>
background-color css
<style>
a { background-color: #A6F15C; }
a { background-color: rgb(166,241,92); }
div.DivClassName
{
background-color: #A6F15C;
}
.BgClassName
{
background-color: #A6F15C;
}
</style>
border-color css
<style>
span { border-color: #A6F15C; }
span { border-color: rgb(166,241,92); }
td.TdClassName
{
border-color: #A6F15C;
}
.TagClassName
{
border-color: #A6F15C;
}
</style>