#A8D166

Color #A8D166 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A8D166

Tints of Conifer #A8D166

Color information

#A8D166 (or 0xA8D166) is unknown color: approx Conifer. HEX triplet: A8, D1 and 66. RGB value is (168,209,102). Sum of RGB (Red+Green+Blue) = 168+209+102=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D166 is #572E99. Grayscale: #B8B8B8. Windows color (decimal): -5713562 or 6738344. OLE color: 6738344.

HSL color Cylindrical-coordinate representation of color #A8D166: hue angle of 82.99º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8D166 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB168209102-
CMYK0.2000.510.18
HSL82.99º53.77%60.98%-
HSV(B)82.99º51.2%81.96%-
XYZ41.3554.8920.99-
YUV184.5481.42116.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=35.07%
G=43.63%
B=21.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682091020.2000.510.1882.9953.7760.98
HexA8D166140331253363d
Octal25032114624063221236675
Binary10101000110100011100110101000110011100101010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D166; }

 p { color: rgb(168,209,102); }

 H1.HeaderClassName
 {
   color: #A8D166;
 }
 .AnyTagClassName
 {
   color: #A8D166;
 }
</style>
background-color css

<style>
 a { background-color: #A8D166; }

 a { background-color: rgb(168,209,102); }

 div.DivClassName
 {
   background-color: #A8D166;
 }
 .BgClassName
 {
   background-color: #A8D166;
 }
</style>
border-color css

<style>
 span { border-color: #A8D166; }

 span { border-color: rgb(168,209,102); }

 td.TdClassName
 {
   border-color: #A8D166;
 }
 .TagClassName
 {
   border-color: #A8D166;
 }
</style>