#A4E672

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

Shades of Feijoa #A4E672

Tints of Feijoa #A4E672

Color information

#A4E672 (or 0xA4E672) is unknown color: approx Feijoa. HEX triplet: A4, E6 and 72. RGB value is (164,230,114). Sum of RGB (Red+Green+Blue) = 164+230+114=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E672 is #5B198D. Grayscale: #C5C5C5. Windows color (decimal): -5970318 or 7530148. OLE color: 7530148.

HSL color Cylindrical-coordinate representation of color #A4E672: hue angle of 94.14º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4E672 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB164230114-
CMYK0.2900.500.10
HSL94.14º69.88%67.45%-
HSV(B)94.14º50.43%90.2%-
XYZ46.6465.726.14-
YUV197.0481.13104.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.28%
GREEN value IS 230 (90.23% from 255) = 45.28%
BLUE value IS 114 (44.92% from 255) = 22.44%
R=32.28%
G=45.28%
B=22.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642301140.2900.500.1094.1469.8867.45
HexA4E6721D032A5e4643
Octal2443461623506212136106103
Binary101001001110011011100101110101100101010101111010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E672; }

 p { color: rgb(164,230,114); }

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

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

 a { background-color: rgb(164,230,114); }

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

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

 span { border-color: rgb(164,230,114); }

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