#A4EA40

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

Shades of Conifer #A4EA40

Tints of Conifer #A4EA40

Color information

#A4EA40 (or 0xA4EA40) is unknown color: approx Conifer. HEX triplet: A4, EA and 40. RGB value is (164,234,64). Sum of RGB (Red+Green+Blue) = 164+234+64=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4EA40 is #5B15BF. Grayscale: #C2C2C2. Windows color (decimal): -5969344 or 4254372. OLE color: 4254372.

HSL color Cylindrical-coordinate representation of color #A4EA40: hue angle of 84.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4EA40 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB16423464-
CMYK0.3000.730.08
HSL84.71º80.19%58.43%-
HSV(B)84.71º72.65%91.76%-
XYZ45.6667.1115.4-
YUV193.6954.81106.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 234 (91.80% from 255) = 50.65%
BLUE value IS 64 (25.39% from 255) = 13.85%
R=35.50%
G=50.65%
B=13.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal164234640.3000.730.0884.7180.1958.43
HexA4EA401E049855503a
Octal2443521003601111012512072
Binary101001001110101010000001111001001001100010101011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EA40; }

 p { color: rgb(164,234,64); }

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

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

 a { background-color: rgb(164,234,64); }

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

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

 span { border-color: rgb(164,234,64); }

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