#A4D04F

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

Shades of Conifer #A4D04F

Tints of Conifer #A4D04F

Color information

#A4D04F (or 0xA4D04F) is unknown color: approx Conifer. HEX triplet: A4, D0 and 4F. RGB value is (164,208,79). Sum of RGB (Red+Green+Blue) = 164+208+79=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D04F is #5B2FB0. Grayscale: #B4B4B4. Windows color (decimal): -5975985 or 5230756. OLE color: 5230756.

HSL color Cylindrical-coordinate representation of color #A4D04F: hue angle of 80.47º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4D04F is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB16420879-
CMYK0.2100.620.18
HSL80.47º57.85%56.27%-
HSV(B)80.47º62.02%81.57%-
XYZ39.2853.5715.67-
YUV180.1470.92116.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 208 (81.64% from 255) = 46.12%
BLUE value IS 79 (31.25% from 255) = 17.52%
R=36.36%
G=46.12%
B=17.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164208790.2100.620.1880.4757.8556.27
HexA4D04F1503E12503a38
Octal24432011725076221207270
Binary10100100110100001001111101010111110100101010000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D04F; }

 p { color: rgb(164,208,79); }

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

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

 a { background-color: rgb(164,208,79); }

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

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

 span { border-color: rgb(164,208,79); }

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