Shades of Conifer #A8F369
Tints of Conifer #A8F369
RGB
CMYK
RGB Variations
Color information
#A8F369 (or 0xA8F369) is known color: Conifer. HEX triplet: A8, F3 and 69. RGB value is (168,243,105). Sum of RGB (Red+Green+Blue) = 168+243+105=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F369 is #570C96. Grayscale: #CDCDCD. Windows color (decimal): -5704855 or 6943656. OLE color: 6943656.
HSL color Cylindrical-coordinate representation of color #A8F369: hue angle of 92.61º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8F369 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 105 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.05 |
| HSL | 92.61º | 0.85% | 0.68% | - |
| HSV(B) | 92.61º | 0.57% | 0.95% | - |
| XYZ | 50.75 | 73.45 | 24.87 | - |
| YUV | 204.84 | 71.65 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 105 | 0.31 | 0 | 0.57 | 0.05 | 92.61 | 0.85 | 0.68 |
| Hex | A8 | F3 | 69 | 1F | 0 | 39 | 5 | 5D | 55 | 44 |
| Octal | 250 | 363 | 151 | 37 | 0 | 71 | 5 | 135 | 125 | 104 |
| Binary | 10101000 | 11110011 | 1101001 | 11111 | 0 | 111001 | 101 | 1011101 | 1010101 | 1000100 |
Color Harmonies of #A8F369
Complementary color
Monochromatic Colors of #A8F369
Black with #A8F369
Text Example
Text Example
White with #A8F369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F369; }
p { color: rgb(168,243,105); }
H1.HeaderClassName
{
color: #A8F369;
}
.AnyTagClassName
{
color: #A8F369;
}
</style>
background-color css
<style>
a { background-color: #A8F369; }
a { background-color: rgb(168,243,105); }
div.DivClassName
{
background-color: #A8F369;
}
.BgClassName
{
background-color: #A8F369;
}
</style>
border-color css
<style>
span { border-color: #A8F369; }
span { border-color: rgb(168,243,105); }
td.TdClassName
{
border-color: #A8F369;
}
.TagClassName
{
border-color: #A8F369;
}
</style>