#A7ED71

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

Shades of Feijoa #A7ED71

Tints of Feijoa #A7ED71

Color information

#A7ED71 (or 0xA7ED71) is unknown color: approx Feijoa. HEX triplet: A7, ED and 71. RGB value is (167,237,113). Sum of RGB (Red+Green+Blue) = 167+237+113=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #A7ED71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7ED71 is #58128E. Grayscale: #CACACA. Windows color (decimal): -5771919 or 7466407. OLE color: 7466407.

HSL color Cylindrical-coordinate representation of color #A7ED71: hue angle of 93.87º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7ED71 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB167237113-
CMYK0.3000.520.07
HSL93.87º77.5%68.63%-
HSV(B)93.87º52.32%92.94%-
XYZ49.269.9826.54-
YUV201.9377.81103.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 237 (92.97% from 255) = 45.84%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=32.30%
G=45.84%
B=21.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672371130.3000.520.0793.8777.568.63
HexA7ED711E03475e4e45
Octal247355161360647136116105
Binary10100111111011011110001111100110100111101111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ED71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ED71; }

 p { color: rgb(167,237,113); }

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

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

 a { background-color: rgb(167,237,113); }

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

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

 span { border-color: rgb(167,237,113); }

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