#A1D561

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

Shades of Conifer #A1D561

Tints of Conifer #A1D561

Color information

#A1D561 (or 0xA1D561) is unknown color: approx Conifer. HEX triplet: A1, D5 and 61. RGB value is (161,213,97). Sum of RGB (Red+Green+Blue) = 161+213+97=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D561 is #5E2A9E. Grayscale: #B8B8B8. Windows color (decimal): -6171295 or 6411681. OLE color: 6411681.

HSL color Cylindrical-coordinate representation of color #A1D561: hue angle of 86.9º 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 #A1D561 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB16121397-
CMYK0.2400.540.16
HSL86.9º58%60.78%-
HSV(B)86.9º54.46%83.53%-
XYZ40.6556.0319.98-
YUV184.2378.77111.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=34.18%
G=45.22%
B=20.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161213970.2400.540.1686.95860.78
HexA1D5611803610573a3d
Octal24132514130066201277275
Binary10100001110101011100001110000110110100001010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D561; }

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

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

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

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

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

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

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

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