#A4CA59

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

Shades of Conifer #A4CA59

Tints of Conifer #A4CA59

Color information

#A4CA59 (or 0xA4CA59) is unknown color: approx Conifer. HEX triplet: A4, CA and 59. RGB value is (164,202,89). Sum of RGB (Red+Green+Blue) = 164+202+89=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA59 is #5B35A6. Grayscale: #B2B2B2. Windows color (decimal): -5977511 or 5884580. OLE color: 5884580.

HSL color Cylindrical-coordinate representation of color #A4CA59: hue angle of 80.18º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4CA59 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB16420289-
CMYK0.1900.560.21
HSL80.18º51.6%57.06%-
HSV(B)80.18º55.94%79.22%-
XYZ38.2350.8517.25-
YUV177.7677.91118.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=36.04%
G=44.40%
B=19.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164202890.1900.560.2180.1851.657.06
HexA4CA591303815503439
Octal24431213123070251206471
Binary10100100110010101011001100110111000101011010000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA59; }

 p { color: rgb(164,202,89); }

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

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

 a { background-color: rgb(164,202,89); }

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

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

 span { border-color: rgb(164,202,89); }

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