#A8C85F

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

Shades of Conifer #A8C85F

Tints of Conifer #A8C85F

Color information

#A8C85F (or 0xA8C85F) is unknown color: approx Conifer. HEX triplet: A8, C8 and 5F. RGB value is (168,200,95). Sum of RGB (Red+Green+Blue) = 168+200+95=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C85F is #5737A0. Grayscale: #B2B2B2. Windows color (decimal): -5715873 or 6277288. OLE color: 6277288.

HSL color Cylindrical-coordinate representation of color #A8C85F: hue angle of 78.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8C85F is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB16820095-
CMYK0.1600.520.22
HSL78.29º48.84%57.84%-
HSV(B)78.29º52.5%78.43%-
XYZ38.8750.4618.52-
YUV178.4680.9120.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 200 (78.52% from 255) = 43.20%
BLUE value IS 95 (37.5% from 255) = 20.52%
R=36.29%
G=43.20%
B=20.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168200950.1600.520.2278.2948.8457.84
HexA8C85F10034164e313a
Octal25031013720064261166172
Binary10101000110010001011111100000110100101101001110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C85F; }

 p { color: rgb(168,200,95); }

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

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

 a { background-color: rgb(168,200,95); }

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

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

 span { border-color: rgb(168,200,95); }

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