#A7FB74

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

Shades of Feijoa #A7FB74

Tints of Feijoa #A7FB74

Color information

#A7FB74 (or 0xA7FB74) is unknown color: approx Feijoa. HEX triplet: A7, FB and 74. RGB value is (167,251,116). Sum of RGB (Red+Green+Blue) = 167+251+116=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FB74 is #58048B. Grayscale: #D2D2D2. Windows color (decimal): -5768332 or 7666599. OLE color: 7666599.

HSL color Cylindrical-coordinate representation of color #A7FB74: hue angle of 97.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7FB74 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB167251116-
CMYK0.3300.540.02
HSL97.33º94.41%71.96%-
HSV(B)97.33º53.78%98.43%-
XYZ53.5978.4728.85-
YUV210.4974.6796.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.27%
GREEN value IS 251 (98.44% from 255) = 47.00%
BLUE value IS 116 (45.70% from 255) = 21.72%
R=31.27%
G=47.00%
B=21.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672511160.3300.540.0297.3394.4171.96
HexA7FB74210362615e48
Octal247373164410662141136110
Binary10100111111110111110100100001011011010110000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FB74; }

 p { color: rgb(167,251,116); }

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

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

 a { background-color: rgb(167,251,116); }

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

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

 span { border-color: rgb(167,251,116); }

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