#A3C95F

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

Shades of Conifer #A3C95F

Tints of Conifer #A3C95F

Color information

#A3C95F (or 0xA3C95F) is unknown color: approx Conifer. HEX triplet: A3, C9 and 5F. RGB value is (163,201,95). Sum of RGB (Red+Green+Blue) = 163+201+95=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C95F is #5C36A0. Grayscale: #B1B1B1. Windows color (decimal): -6043297 or 6277539. OLE color: 6277539.

HSL color Cylindrical-coordinate representation of color #A3C95F: hue angle of 81.51º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3C95F is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB16320195-
CMYK0.1900.530.21
HSL81.51º49.53%58.04%-
HSV(B)81.51º52.74%78.82%-
XYZ38.0650.3918.55-
YUV177.5581.41117.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 201 (78.91% from 255) = 43.79%
BLUE value IS 95 (37.5% from 255) = 20.70%
R=35.51%
G=43.79%
B=20.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163201950.1900.530.2181.5149.5358.04
HexA3C95F130351552323a
Octal24331113723065251226272
Binary10100011110010011011111100110110101101011010010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C95F; }

 p { color: rgb(163,201,95); }

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

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

 a { background-color: rgb(163,201,95); }

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

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

 span { border-color: rgb(163,201,95); }

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