#A7C85A

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

Shades of Conifer #A7C85A

Tints of Conifer #A7C85A

Color information

#A7C85A (or 0xA7C85A) is unknown color: approx Conifer. HEX triplet: A7, C8 and 5A. RGB value is (167,200,90). Sum of RGB (Red+Green+Blue) = 167+200+90=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C85A is #5837A5. Grayscale: #B2B2B2. Windows color (decimal): -5781414 or 5949607. OLE color: 5949607.

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

Color convert

RGB16720090-
CMYK0.1600.550.22
HSL78º50%56.86%-
HSV(B)78º55%78.43%-
XYZ38.4450.2617.35-
YUV177.5978.57120.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 200 (78.52% from 255) = 43.76%
BLUE value IS 90 (35.55% from 255) = 19.69%
R=36.54%
G=43.76%
B=19.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167200900.1600.550.22785056.86
HexA7C85A10037164e3239
Octal24731013220067261166271
Binary10100111110010001011010100000110111101101001110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C85A; }

 p { color: rgb(167,200,90); }

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

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

 a { background-color: rgb(167,200,90); }

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

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

 span { border-color: rgb(167,200,90); }

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