#A3D764

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

Shades of Conifer #A3D764

Tints of Conifer #A3D764

Color information

#A3D764 (or 0xA3D764) is unknown color: approx Conifer. HEX triplet: A3, D7 and 64. RGB value is (163,215,100). Sum of RGB (Red+Green+Blue) = 163+215+100=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D764 is #5C289B. Grayscale: #BABABA. Windows color (decimal): -6039708 or 6608803. OLE color: 6608803.

HSL color Cylindrical-coordinate representation of color #A3D764: hue angle of 87.13º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3D764 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB163215100-
CMYK0.2400.530.16
HSL87.13º58.97%61.76%-
HSV(B)87.13º53.49%84.31%-
XYZ41.757.3120.92-
YUV186.3479.27111.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 215 (84.38% from 255) = 44.98%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=34.10%
G=44.98%
B=20.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632151000.2400.530.1687.1358.9761.76
HexA3D7641803510573b3e
Octal24332714430065201277376
Binary10100011110101111100100110000110101100001010111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D764; }

 p { color: rgb(163,215,100); }

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

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

 a { background-color: rgb(163,215,100); }

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

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

 span { border-color: rgb(163,215,100); }

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