#A4D94A

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

Shades of Conifer #A4D94A

Tints of Conifer #A4D94A

Color information

#A4D94A (or 0xA4D94A) is unknown color: approx Conifer. HEX triplet: A4, D9 and 4A. RGB value is (164,217,74). Sum of RGB (Red+Green+Blue) = 164+217+74=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D94A is #5B26B5. Grayscale: #B9B9B9. Windows color (decimal): -5973686 or 4905380. OLE color: 4905380.

HSL color Cylindrical-coordinate representation of color #A4D94A: hue angle of 82.24º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4D94A is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB16421774-
CMYK0.2400.660.15
HSL82.24º65.3%57.06%-
HSV(B)82.24º65.9%85.1%-
XYZ41.3658.0115.5-
YUV184.8565.44113.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 217 (85.16% from 255) = 47.69%
BLUE value IS 74 (29.30% from 255) = 16.26%
R=36.04%
G=47.69%
B=16.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164217740.2400.660.1582.2465.357.06
HexA4D94A18042F524139
Octal2443311123001021712210171
Binary101001001101100110010101100001000010111110100101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D94A; }

 p { color: rgb(164,217,74); }

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

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

 a { background-color: rgb(164,217,74); }

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

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

 span { border-color: rgb(164,217,74); }

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