#A4D163

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

Shades of Conifer #A4D163

Tints of Conifer #A4D163

Color information

#A4D163 (or 0xA4D163) is unknown color: approx Conifer. HEX triplet: A4, D1 and 63. RGB value is (164,209,99). Sum of RGB (Red+Green+Blue) = 164+209+99=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D163 is #5B2E9C. Grayscale: #B7B7B7. Windows color (decimal): -5975709 or 6541732. OLE color: 6541732.

HSL color Cylindrical-coordinate representation of color #A4D163: hue angle of 84.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4D163 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB16420999-
CMYK0.2200.530.18
HSL84.55º54.46%60.39%-
HSV(B)84.55º52.63%81.96%-
XYZ40.3654.3920.18-
YUV18380.59114.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 209 (82.03% from 255) = 44.28%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=34.75%
G=44.28%
B=20.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164209990.2200.530.1884.5554.4660.39
HexA4D163160351255363c
Octal24432114326065221256674
Binary10100100110100011100011101100110101100101010101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D163; }

 p { color: rgb(164,209,99); }

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

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

 a { background-color: rgb(164,209,99); }

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

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

 span { border-color: rgb(164,209,99); }

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