Shades of Conifer #A8FC67
Tints of Conifer #A8FC67
RGB
CMYK
RGB Variations
Color information
#A8FC67 (or 0xA8FC67) is known color: Conifer. HEX triplet: A8, FC and 67. RGB value is (168,252,103). Sum of RGB (Red+Green+Blue) = 168+252+103=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC67 is #570398. Grayscale: #D2D2D2. Windows color (decimal): -5702553 or 6814888. OLE color: 6814888.
HSL color Cylindrical-coordinate representation of color #A8FC67: hue angle of 93.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8FC67 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 103 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.01 |
| HSL | 93.83º | 0.96% | 0.7% | - |
| HSV(B) | 93.83º | 0.59% | 0.99% | - |
| XYZ | 53.41 | 78.92 | 25.25 | - |
| YUV | 209.9 | 67.67 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 103 | 0.33 | 0 | 0.59 | 0.01 | 93.83 | 0.96 | 0.7 |
| Hex | A8 | FC | 67 | 21 | 0 | 3B | 1 | 5E | 60 | 46 |
| Octal | 250 | 374 | 147 | 41 | 0 | 73 | 1 | 136 | 140 | 106 |
| Binary | 10101000 | 11111100 | 1100111 | 100001 | 0 | 111011 | 1 | 1011110 | 1100000 | 1000110 |
Color Harmonies of #A8FC67
Complementary color
Monochromatic Colors of #A8FC67
Black with #A8FC67
Text Example
Text Example
White with #A8FC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC67; }
p { color: rgb(168,252,103); }
H1.HeaderClassName
{
color: #A8FC67;
}
.AnyTagClassName
{
color: #A8FC67;
}
</style>
background-color css
<style>
a { background-color: #A8FC67; }
a { background-color: rgb(168,252,103); }
div.DivClassName
{
background-color: #A8FC67;
}
.BgClassName
{
background-color: #A8FC67;
}
</style>
border-color css
<style>
span { border-color: #A8FC67; }
span { border-color: rgb(168,252,103); }
td.TdClassName
{
border-color: #A8FC67;
}
.TagClassName
{
border-color: #A8FC67;
}
</style>