#A7EA7D

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

Shades of Feijoa #A7EA7D

Tints of Feijoa #A7EA7D

Color information

#A7EA7D (or 0xA7EA7D) is unknown color: approx Feijoa. HEX triplet: A7, EA and 7D. RGB value is (167,234,125). Sum of RGB (Red+Green+Blue) = 167+234+125=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EA7D is #581582. Grayscale: #C9C9C9. Windows color (decimal): -5772675 or 8252071. OLE color: 8252071.

HSL color Cylindrical-coordinate representation of color #A7EA7D: hue angle of 96.88º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7EA7D is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB167234125-
CMYK0.2900.470.08
HSL96.88º72.19%70.39%-
HSV(B)96.88º46.58%91.76%-
XYZ49.0668.5430.05-
YUV201.5484.8103.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 234 (91.80% from 255) = 44.49%
BLUE value IS 125 (49.22% from 255) = 23.76%
R=31.75%
G=44.49%
B=23.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672341250.2900.470.0896.8872.1970.39
HexA7EA7D1D02F8614846
Octal2473521753505710141110106
Binary101001111110101011111011110101011111000110000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EA7D; }

 p { color: rgb(167,234,125); }

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

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

 a { background-color: rgb(167,234,125); }

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

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

 span { border-color: rgb(167,234,125); }

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