Shades of Conifer #A8FF65
Tints of Conifer #A8FF65
RGB
CMYK
RGB Variations
Color information
#A8FF65 (or 0xA8FF65) is known color: Conifer. HEX triplet: A8, FF and 65. RGB value is (168,255,101). Sum of RGB (Red+Green+Blue) = 168+255+101=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF65 is #57009A. Grayscale: #D3D3D3. Windows color (decimal): -5701787 or 6684584. OLE color: 6684584.
HSL color Cylindrical-coordinate representation of color #A8FF65: hue angle of 93.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8FF65 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 101 | - |
| CMYK | 0.34 | 0 | 0.60 | 0 |
| HSL | 93.9º | 1% | 0.7% | - |
| HSV(B) | 93.9º | 0.6% | 1% | - |
| XYZ | 54.26 | 80.78 | 25.05 | - |
| YUV | 211.43 | 65.68 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 101 | 0.34 | 0 | 0.60 | 0 | 93.9 | 1 | 0.7 |
| Hex | A8 | FF | 65 | 22 | 0 | 3C | 0 | 5E | 64 | 46 |
| Octal | 250 | 377 | 145 | 42 | 0 | 74 | 0 | 136 | 144 | 106 |
| Binary | 10101000 | 11111111 | 1100101 | 100010 | 0 | 111100 | 0 | 1011110 | 1100100 | 1000110 |
Color Harmonies of #A8FF65
Complementary color
Monochromatic Colors of #A8FF65
Black with #A8FF65
Text Example
Text Example
White with #A8FF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF65; }
p { color: rgb(168,255,101); }
H1.HeaderClassName
{
color: #A8FF65;
}
.AnyTagClassName
{
color: #A8FF65;
}
</style>
background-color css
<style>
a { background-color: #A8FF65; }
a { background-color: rgb(168,255,101); }
div.DivClassName
{
background-color: #A8FF65;
}
.BgClassName
{
background-color: #A8FF65;
}
</style>
border-color css
<style>
span { border-color: #A8FF65; }
span { border-color: rgb(168,255,101); }
td.TdClassName
{
border-color: #A8FF65;
}
.TagClassName
{
border-color: #A8FF65;
}
</style>