#A4D160

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

Shades of Conifer #A4D160

Tints of Conifer #A4D160

Color information

#A4D160 (or 0xA4D160) is unknown color: approx Conifer. HEX triplet: A4, D1 and 60. RGB value is (164,209,96). Sum of RGB (Red+Green+Blue) = 164+209+96=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D160 is #5B2E9F. Grayscale: #B7B7B7. Windows color (decimal): -5975712 or 6345124. OLE color: 6345124.

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

Color convert

RGB16420996-
CMYK0.2200.540.18
HSL83.89º55.12%59.8%-
HSV(B)83.89º54.07%81.96%-
XYZ40.2254.3419.43-
YUV182.6679.09114.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 209 (82.03% from 255) = 44.56%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=34.97%
G=44.56%
B=20.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164209960.2200.540.1883.8955.1259.8
HexA4D160160361254373c
Octal24432114026066221246774
Binary10100100110100011100000101100110110100101010100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D160; }

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

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

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

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

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

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

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

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