#A4E08D

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

Shades of Feijoa #A4E08D

Tints of Feijoa #A4E08D

Color information

#A4E08D (or 0xA4E08D) is unknown color: approx Feijoa. HEX triplet: A4, E0 and 8D. RGB value is (164,224,141). Sum of RGB (Red+Green+Blue) = 164+224+141=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E08D is #5B1F72. Grayscale: #C4C4C4. Windows color (decimal): -5971827 or 9298084. OLE color: 9298084.

HSL color Cylindrical-coordinate representation of color #A4E08D: hue angle of 103.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4E08D is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB164224141-
CMYK0.2700.370.12
HSL103.37º57.24%71.57%-
HSV(B)103.37º37.05%87.84%-
XYZ46.7763.1334.92-
YUV196.696.62104.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=31.00%
G=42.34%
B=26.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642241410.2700.370.12103.3757.2471.57
HexA4E08D1B025C673948
Octal244340215330451414771110
Binary101001001110000010001101110110100101110011001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E08D; }

 p { color: rgb(164,224,141); }

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

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

 a { background-color: rgb(164,224,141); }

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

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

 span { border-color: rgb(164,224,141); }

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