#A5D961

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

Shades of Conifer #A5D961

Tints of Conifer #A5D961

Color information

#A5D961 (or 0xA5D961) is unknown color: approx Conifer. HEX triplet: A5, D9 and 61. RGB value is (165,217,97). Sum of RGB (Red+Green+Blue) = 165+217+97=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D961 is #5A269E. Grayscale: #BCBCBC. Windows color (decimal): -5908127 or 6412709. OLE color: 6412709.

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

Color convert

RGB16521797-
CMYK0.2400.550.15
HSL86º61.22%61.57%-
HSV(B)86º55.3%85.1%-
XYZ42.4958.4920.36-
YUV187.7776.77111.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=34.45%
G=45.30%
B=20.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165217970.2400.550.158661.2261.57
HexA5D96118037F563d3e
Octal24533114130067171267576
Binary1010010111011001110000111000011011111111010110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D961; }

 p { color: rgb(165,217,97); }

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

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

 a { background-color: rgb(165,217,97); }

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

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

 span { border-color: rgb(165,217,97); }

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