#A0D563

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

Shades of Conifer #A0D563

Tints of Conifer #A0D563

Color information

#A0D563 (or 0xA0D563) is unknown color: approx Conifer. HEX triplet: A0, D5 and 63. RGB value is (160,213,99). Sum of RGB (Red+Green+Blue) = 160+213+99=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D563 is #5F2A9C. Grayscale: #B8B8B8. Windows color (decimal): -6236829 or 6542752. OLE color: 6542752.

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

Color convert

RGB16021399-
CMYK0.2500.540.16
HSL87.89º57.58%61.18%-
HSV(B)87.89º53.52%83.53%-
XYZ40.5455.9620.47-
YUV184.1679.94110.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=33.90%
G=45.13%
B=20.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160213990.2500.540.1687.8957.5861.18
HexA0D5631903610583a3d
Octal24032514331066201307275
Binary10100000110101011100011110010110110100001011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D563; }

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

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

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

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

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

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

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

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