#A5D561

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

Shades of Conifer #A5D561

Tints of Conifer #A5D561

Color information

#A5D561 (or 0xA5D561) is unknown color: approx Conifer. HEX triplet: A5, D5 and 61. RGB value is (165,213,97). Sum of RGB (Red+Green+Blue) = 165+213+97=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D561 is #5A2A9E. Grayscale: #B9B9B9. Windows color (decimal): -5909151 or 6411685. OLE color: 6411685.

HSL color Cylindrical-coordinate representation of color #A5D561: hue angle of 84.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5D561 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB16521397-
CMYK0.2300.540.16
HSL84.83º58%60.78%-
HSV(B)84.83º54.46%83.53%-
XYZ41.4756.4520.02-
YUV185.4278.1113.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=34.74%
G=44.84%
B=20.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165213970.2300.540.1684.835860.78
HexA5D5611703610553a3d
Octal24532514127066201257275
Binary10100101110101011100001101110110110100001010101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D561; }

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

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

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

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

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

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

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

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