Shades of Conifer #A8F169
Tints of Conifer #A8F169
RGB
CMYK
RGB Variations
Color information
#A8F169 (or 0xA8F169) is known color: Conifer. HEX triplet: A8, F1 and 69. RGB value is (168,241,105). Sum of RGB (Red+Green+Blue) = 168+241+105=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F169 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F169 is #570E96. Grayscale: #CCCCCC. Windows color (decimal): -5705367 or 6943144. OLE color: 6943144.
HSL color Cylindrical-coordinate representation of color #A8F169: hue angle of 92.21º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8F169 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 105 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.05 |
| HSL | 92.21º | 0.83% | 0.68% | - |
| HSV(B) | 92.21º | 0.56% | 0.95% | - |
| XYZ | 50.15 | 72.26 | 24.67 | - |
| YUV | 203.67 | 72.32 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 105 | 0.30 | 0 | 0.56 | 0.05 | 92.21 | 0.83 | 0.68 |
| Hex | A8 | F1 | 69 | 1E | 0 | 38 | 5 | 5C | 53 | 44 |
| Octal | 250 | 361 | 151 | 36 | 0 | 70 | 5 | 134 | 123 | 104 |
| Binary | 10101000 | 11110001 | 1101001 | 11110 | 0 | 111000 | 101 | 1011100 | 1010011 | 1000100 |
Color Harmonies of #A8F169
Complementary color
Monochromatic Colors of #A8F169
Black with #A8F169
Text Example
Text Example
White with #A8F169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F169; }
p { color: rgb(168,241,105); }
H1.HeaderClassName
{
color: #A8F169;
}
.AnyTagClassName
{
color: #A8F169;
}
</style>
background-color css
<style>
a { background-color: #A8F169; }
a { background-color: rgb(168,241,105); }
div.DivClassName
{
background-color: #A8F169;
}
.BgClassName
{
background-color: #A8F169;
}
</style>
border-color css
<style>
span { border-color: #A8F169; }
span { border-color: rgb(168,241,105); }
td.TdClassName
{
border-color: #A8F169;
}
.TagClassName
{
border-color: #A8F169;
}
</style>