#A7F080

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

Shades of Feijoa #A7F080

Tints of Feijoa #A7F080

Color information

#A7F080 (or 0xA7F080) is unknown color: approx Feijoa. HEX triplet: A7, F0 and 80. RGB value is (167,240,128). Sum of RGB (Red+Green+Blue) = 167+240+128=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F080 is #580F7F. Grayscale: #CDCDCD. Windows color (decimal): -5771136 or 8450215. OLE color: 8450215.

HSL color Cylindrical-coordinate representation of color #A7F080: hue angle of 99.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7F080 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB167240128-
CMYK0.3000.470.06
HSL99.11º78.87%72.16%-
HSV(B)99.11º46.67%94.12%-
XYZ50.9972.0931.65-
YUV205.484.32100.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 240 (94.14% from 255) = 44.86%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=31.21%
G=44.86%
B=23.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672401280.3000.470.0699.1178.8772.16
HexA7F0801E02F6634f48
Octal247360200360576143117110
Binary101001111111000010000000111100101111110110001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F080; }

 p { color: rgb(167,240,128); }

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

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

 a { background-color: rgb(167,240,128); }

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

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

 span { border-color: rgb(167,240,128); }

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