#A8C862

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

Shades of Conifer #A8C862

Tints of Conifer #A8C862

Color information

#A8C862 (or 0xA8C862) is unknown color: approx Conifer. HEX triplet: A8, C8 and 62. RGB value is (168,200,98). Sum of RGB (Red+Green+Blue) = 168+200+98=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C862 is #57379D. Grayscale: #B3B3B3. Windows color (decimal): -5715870 or 6473896. OLE color: 6473896.

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

Color convert

RGB16820098-
CMYK0.1600.510.22
HSL78.82º48.11%58.43%-
HSV(B)78.82º51%78.43%-
XYZ39.0150.5219.25-
YUV178.882.4120.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 200 (78.52% from 255) = 42.92%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=36.05%
G=42.92%
B=21.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168200980.1600.510.2278.8248.1158.43
HexA8C86210033164f303a
Octal25031014220063261176072
Binary10101000110010001100010100000110011101101001111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C862; }

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

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

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

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

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

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

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

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