Shades of Conifer #A7F869
Tints of Conifer #A7F869
RGB
CMYK
RGB Variations
Color information
#A7F869 (or 0xA7F869) is known color: Conifer. HEX triplet: A7, F8 and 69. RGB value is (167,248,105). Sum of RGB (Red+Green+Blue) = 167+248+105=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F869 is #580796. Grayscale: #CFCFCF. Windows color (decimal): -5769111 or 6944935. OLE color: 6944935.
HSL color Cylindrical-coordinate representation of color #A7F869: hue angle of 93.99º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7F869 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 248 | 105 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.03 |
| HSL | 93.99º | 0.91% | 0.69% | - |
| HSV(B) | 93.99º | 0.58% | 0.97% | - |
| XYZ | 52.05 | 76.37 | 25.36 | - |
| YUV | 207.48 | 70.16 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 248 | 105 | 0.33 | 0 | 0.58 | 0.03 | 93.99 | 0.91 | 0.69 |
| Hex | A7 | F8 | 69 | 21 | 0 | 3A | 3 | 5E | 5B | 45 |
| Octal | 247 | 370 | 151 | 41 | 0 | 72 | 3 | 136 | 133 | 105 |
| Binary | 10100111 | 11111000 | 1101001 | 100001 | 0 | 111010 | 11 | 1011110 | 1011011 | 1000101 |
Color Harmonies of #A7F869
Complementary color
Monochromatic Colors of #A7F869
Black with #A7F869
Text Example
Text Example
White with #A7F869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F869; }
p { color: rgb(167,248,105); }
H1.HeaderClassName
{
color: #A7F869;
}
.AnyTagClassName
{
color: #A7F869;
}
</style>
background-color css
<style>
a { background-color: #A7F869; }
a { background-color: rgb(167,248,105); }
div.DivClassName
{
background-color: #A7F869;
}
.BgClassName
{
background-color: #A7F869;
}
</style>
border-color css
<style>
span { border-color: #A7F869; }
span { border-color: rgb(167,248,105); }
td.TdClassName
{
border-color: #A7F869;
}
.TagClassName
{
border-color: #A7F869;
}
</style>