#A2D95F

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

Shades of Conifer #A2D95F

Tints of Conifer #A2D95F

Color information

#A2D95F (or 0xA2D95F) is unknown color: approx Conifer. HEX triplet: A2, D9 and 5F. RGB value is (162,217,95). Sum of RGB (Red+Green+Blue) = 162+217+95=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D95F is #5D26A0. Grayscale: #BBBBBB. Windows color (decimal): -6104737 or 6281634. OLE color: 6281634.

HSL color Cylindrical-coordinate representation of color #A2D95F: hue angle of 87.05º degrees, saturation: 0.62, 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 #A2D95F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB16221795-
CMYK0.2500.560.15
HSL87.05º61.62%61.18%-
HSV(B)87.05º56.22%85.1%-
XYZ41.7858.1319.85-
YUV186.6576.28110.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 217 (85.16% from 255) = 45.78%
BLUE value IS 95 (37.5% from 255) = 20.04%
R=34.18%
G=45.78%
B=20.04%

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
Decimal162217950.2500.560.1587.0561.6261.18
HexA2D95F19038F573e3d
Octal24233113731070171277675
Binary1010001011011001101111111001011100011111010111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D95F; }

 p { color: rgb(162,217,95); }

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

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

 a { background-color: rgb(162,217,95); }

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

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

 span { border-color: rgb(162,217,95); }

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