Shades of Conifer #A8F06A
Tints of Conifer #A8F06A
RGB
CMYK
RGB Variations
Color information
#A8F06A (or 0xA8F06A) is known color: Conifer. HEX triplet: A8, F0 and 6A. RGB value is (168,240,106). Sum of RGB (Red+Green+Blue) = 168+240+106=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F06A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F06A is #570F95. Grayscale: #CBCBCB. Windows color (decimal): -5705622 or 7008424. OLE color: 7008424.
HSL color Cylindrical-coordinate representation of color #A8F06A: hue angle of 92.24º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8F06A is Cyan = 0.3, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 106 | - |
| CMYK | 0.3 | 0 | 0.56 | 0.06 |
| HSL | 92.24º | 0.82% | 0.68% | - |
| HSV(B) | 92.24º | 0.56% | 0.94% | - |
| XYZ | 49.91 | 71.69 | 24.84 | - |
| YUV | 203.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 106 | 0.3 | 0 | 0.56 | 0.06 | 92.24 | 0.82 | 0.68 |
| Hex | A8 | F0 | 6A | 1E | 0 | 38 | 6 | 5C | 52 | 44 |
| Octal | 250 | 360 | 152 | 36 | 0 | 70 | 6 | 134 | 122 | 104 |
| Binary | 10101000 | 11110000 | 1101010 | 11110 | 0 | 111000 | 110 | 1011100 | 1010010 | 1000100 |
Color Harmonies of #A8F06A
Complementary color
Monochromatic Colors of #A8F06A
Black with #A8F06A
Text Example
Text Example
White with #A8F06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F06A; }
p { color: rgb(168,240,106); }
H1.HeaderClassName
{
color: #A8F06A;
}
.AnyTagClassName
{
color: #A8F06A;
}
</style>
background-color css
<style>
a { background-color: #A8F06A; }
a { background-color: rgb(168,240,106); }
div.DivClassName
{
background-color: #A8F06A;
}
.BgClassName
{
background-color: #A8F06A;
}
</style>
border-color css
<style>
span { border-color: #A8F06A; }
span { border-color: rgb(168,240,106); }
td.TdClassName
{
border-color: #A8F06A;
}
.TagClassName
{
border-color: #A8F06A;
}
</style>