#A4F97E

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

Shades of Feijoa #A4F97E

Tints of Feijoa #A4F97E

Color information

#A4F97E (or 0xA4F97E) is unknown color: approx Feijoa. HEX triplet: A4, F9 and 7E. RGB value is (164,249,126). Sum of RGB (Red+Green+Blue) = 164+249+126=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F97E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F97E is #5B0681. Grayscale: #D1D1D1. Windows color (decimal): -5965442 or 8321444. OLE color: 8321444.

HSL color Cylindrical-coordinate representation of color #A4F97E: hue angle of 101.46º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4F97E is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB164249126-
CMYK0.3400.490.02
HSL101.46º91.11%73.53%-
HSV(B)101.46º49.4%97.65%-
XYZ52.9577.1531.84-
YUV209.5680.8495.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 249 (97.66% from 255) = 46.20%
BLUE value IS 126 (49.61% from 255) = 23.38%
R=30.43%
G=46.20%
B=23.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642491260.3400.490.02101.4691.1173.53
HexA4F97E220312655b4a
Octal244371176420612145133112
Binary10100100111110011111110100010011000110110010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F97E; }

 p { color: rgb(164,249,126); }

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

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

 a { background-color: rgb(164,249,126); }

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

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

 span { border-color: rgb(164,249,126); }

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