#A3D85E

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

Shades of Conifer #A3D85E

Tints of Conifer #A3D85E

Color information

#A3D85E (or 0xA3D85E) is unknown color: approx Conifer. HEX triplet: A3, D8 and 5E. RGB value is (163,216,94). Sum of RGB (Red+Green+Blue) = 163+216+94=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D85E is #5C27A1. Grayscale: #BABABA. Windows color (decimal): -6039458 or 6215843. OLE color: 6215843.

HSL color Cylindrical-coordinate representation of color #A3D85E: hue angle of 86.07º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3D85E is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB16321694-
CMYK0.2500.560.15
HSL86.07º61%60.78%-
HSV(B)86.07º56.48%84.71%-
XYZ41.6857.7119.53-
YUV186.2475.94111.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 216 (84.77% from 255) = 45.67%
BLUE value IS 94 (37.11% from 255) = 19.87%
R=34.46%
G=45.67%
B=19.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163216940.2500.560.1586.076160.78
HexA3D85E19038F563d3d
Octal24333013631070171267575
Binary1010001111011000101111011001011100011111010110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D85E; }

 p { color: rgb(163,216,94); }

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

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

 a { background-color: rgb(163,216,94); }

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

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

 span { border-color: rgb(163,216,94); }

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