#A1D563

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

Shades of Conifer #A1D563

Tints of Conifer #A1D563

Color information

#A1D563 (or 0xA1D563) is unknown color: approx Conifer. HEX triplet: A1, D5 and 63. RGB value is (161,213,99). Sum of RGB (Red+Green+Blue) = 161+213+99=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D563 is #5E2A9C. Grayscale: #B8B8B8. Windows color (decimal): -6171293 or 6542753. OLE color: 6542753.

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

Color convert

RGB16121399-
CMYK0.2400.540.16
HSL87.37º57.58%61.18%-
HSV(B)87.37º53.52%83.53%-
XYZ40.7456.0720.48-
YUV184.4679.77111.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 213 (83.59% from 255) = 45.03%
BLUE value IS 99 (39.06% from 255) = 20.93%
R=34.04%
G=45.03%
B=20.93%

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
Decimal161213990.2400.540.1687.3757.5861.18
HexA1D5631803610573a3d
Octal24132514330066201277275
Binary10100001110101011100011110000110110100001010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D563; }

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

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

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

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

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

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

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

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