Shades of Conifer #A8FE65
Tints of Conifer #A8FE65
RGB
CMYK
RGB Variations
Color information
#A8FE65 (or 0xA8FE65) is known color: Conifer. HEX triplet: A8, FE and 65. RGB value is (168,254,101). Sum of RGB (Red+Green+Blue) = 168+254+101=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE65 is #57019A. Grayscale: #D3D3D3. Windows color (decimal): -5702043 or 6684328. OLE color: 6684328.
HSL color Cylindrical-coordinate representation of color #A8FE65: hue angle of 93.73º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8FE65 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 101 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.00 |
| HSL | 93.73º | 0.99% | 0.7% | - |
| HSV(B) | 93.73º | 0.6% | 1% | - |
| XYZ | 53.94 | 80.15 | 24.94 | - |
| YUV | 210.84 | 66.01 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 101 | 0.34 | 0 | 0.60 | 0.00 | 93.73 | 0.99 | 0.7 |
| Hex | A8 | FE | 65 | 22 | 0 | 3C | 0 | 5E | 63 | 46 |
| Octal | 250 | 376 | 145 | 42 | 0 | 74 | 0 | 136 | 143 | 106 |
| Binary | 10101000 | 11111110 | 1100101 | 100010 | 0 | 111100 | 0 | 1011110 | 1100011 | 1000110 |
Color Harmonies of #A8FE65
Complementary color
Monochromatic Colors of #A8FE65
Black with #A8FE65
Text Example
Text Example
White with #A8FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE65; }
p { color: rgb(168,254,101); }
H1.HeaderClassName
{
color: #A8FE65;
}
.AnyTagClassName
{
color: #A8FE65;
}
</style>
background-color css
<style>
a { background-color: #A8FE65; }
a { background-color: rgb(168,254,101); }
div.DivClassName
{
background-color: #A8FE65;
}
.BgClassName
{
background-color: #A8FE65;
}
</style>
border-color css
<style>
span { border-color: #A8FE65; }
span { border-color: rgb(168,254,101); }
td.TdClassName
{
border-color: #A8FE65;
}
.TagClassName
{
border-color: #A8FE65;
}
</style>