#A3D95B

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

Shades of Conifer #A3D95B

Tints of Conifer #A3D95B

Color information

#A3D95B (or 0xA3D95B) is unknown color: approx Conifer. HEX triplet: A3, D9 and 5B. RGB value is (163,217,91). Sum of RGB (Red+Green+Blue) = 163+217+91=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D95B is #5C26A4. Grayscale: #BABABA. Windows color (decimal): -6039205 or 6019491. OLE color: 6019491.

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

Color convert

RGB16321791-
CMYK0.2500.580.15
HSL85.71º62.38%60.39%-
HSV(B)85.71º58.06%85.1%-
XYZ41.8158.1718.92-
YUV186.4974.11111.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 217 (85.16% from 255) = 46.07%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=34.61%
G=46.07%
B=19.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163217910.2500.580.1585.7162.3860.39
HexA3D95B1903AF563e3c
Octal24333113331072171267674
Binary1010001111011001101101111001011101011111010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D95B; }

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

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

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

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

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

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

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

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