#A4E548

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

Shades of Conifer #A4E548

Tints of Conifer #A4E548

Color information

#A4E548 (or 0xA4E548) is unknown color: approx Conifer. HEX triplet: A4, E5 and 48. RGB value is (164,229,72). Sum of RGB (Red+Green+Blue) = 164+229+72=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E548 is #5B1AB7. Grayscale: #C0C0C0. Windows color (decimal): -5970616 or 4777380. OLE color: 4777380.

HSL color Cylindrical-coordinate representation of color #A4E548: hue angle of 84.84º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4E548 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB16422972-
CMYK0.2800.690.10
HSL84.84º75.12%59.02%-
HSV(B)84.84º68.56%89.8%-
XYZ44.564.416.22-
YUV191.6760.47108.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 229 (89.84% from 255) = 49.25%
BLUE value IS 72 (28.52% from 255) = 15.48%
R=35.27%
G=49.25%
B=15.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal164229720.2800.690.1084.8475.1259.02
HexA4E5481C045A554b3b
Octal2443451103401051212511373
Binary101001001110010110010001110001000101101010101011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E548; }

 p { color: rgb(164,229,72); }

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

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

 a { background-color: rgb(164,229,72); }

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

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

 span { border-color: rgb(164,229,72); }

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