#A3C65B

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

Shades of Conifer #A3C65B

Tints of Conifer #A3C65B

Color information

#A3C65B (or 0xA3C65B) is unknown color: approx Conifer. HEX triplet: A3, C6 and 5B. RGB value is (163,198,91). Sum of RGB (Red+Green+Blue) = 163+198+91=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C65B is #5C39A4. Grayscale: #AFAFAF. Windows color (decimal): -6044069 or 6014627. OLE color: 6014627.

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

Color convert

RGB16319891-
CMYK0.1800.540.22
HSL79.63º48.42%56.67%-
HSV(B)79.63º54.04%77.65%-
XYZ37.1948.9317.38-
YUV175.3480.4119.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 198 (77.73% from 255) = 43.81%
BLUE value IS 91 (35.94% from 255) = 20.13%
R=36.06%
G=43.81%
B=20.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163198910.1800.540.2279.6348.4256.67
HexA3C65B1203616503039
Octal24330613322066261206071
Binary10100011110001101011011100100110110101101010000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C65B; }

 p { color: rgb(163,198,91); }

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

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

 a { background-color: rgb(163,198,91); }

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

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

 span { border-color: rgb(163,198,91); }

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