#A4ED47

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

Shades of Conifer #A4ED47

Tints of Conifer #A4ED47

Color information

#A4ED47 (or 0xA4ED47) is unknown color: approx Conifer. HEX triplet: A4, ED and 47. RGB value is (164,237,71). Sum of RGB (Red+Green+Blue) = 164+237+71=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4ED47 is #5B12B8. Grayscale: #C4C4C4. Windows color (decimal): -5968569 or 4713892. OLE color: 4713892.

HSL color Cylindrical-coordinate representation of color #A4ED47: hue angle of 86.39º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4ED47 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB16423771-
CMYK0.3100.700.07
HSL86.39º82.18%60.39%-
HSV(B)86.39º70.04%92.94%-
XYZ46.7368.9216.8-
YUV196.2557.32105-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 237 (92.97% from 255) = 50.21%
BLUE value IS 71 (28.12% from 255) = 15.04%
R=34.75%
G=50.21%
B=15.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164237710.3100.700.0786.3982.1860.39
HexA4ED471F046756523c
Octal244355107370106712612274
Binary10100100111011011000111111110100011011110101101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ED47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ED47; }

 p { color: rgb(164,237,71); }

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

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

 a { background-color: rgb(164,237,71); }

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

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

 span { border-color: rgb(164,237,71); }

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