#A7D575

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

Shades of Feijoa #A7D575

Tints of Feijoa #A7D575

Color information

#A7D575 (or 0xA7D575) is unknown color: approx Feijoa. HEX triplet: A7, D5 and 75. RGB value is (167,213,117). Sum of RGB (Red+Green+Blue) = 167+213+117=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D575 is #582A8A. Grayscale: #BCBCBC. Windows color (decimal): -5778059 or 7722407. OLE color: 7722407.

HSL color Cylindrical-coordinate representation of color #A7D575: hue angle of 88.75º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7D575 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB167213117-
CMYK0.2200.450.16
HSL88.75º53.33%64.71%-
HSV(B)88.75º45.07%83.53%-
XYZ42.9457.0925.59-
YUV188.387.76112.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=33.60%
G=42.86%
B=23.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672131170.2200.450.1688.7553.3364.71
HexA7D5751602D10593541
Octal247325165260552013165101
Binary101001111101010111101011011001011011000010110011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D575; }

 p { color: rgb(167,213,117); }

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

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

 a { background-color: rgb(167,213,117); }

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

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

 span { border-color: rgb(167,213,117); }

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