#A7D28E

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

Shades of Feijoa #A7D28E

Tints of Feijoa #A7D28E

Color information

#A7D28E (or 0xA7D28E) is unknown color: approx Feijoa. HEX triplet: A7, D2 and 8E. RGB value is (167,210,142). Sum of RGB (Red+Green+Blue) = 167+210+142=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D28E is #582D71. Grayscale: #BDBDBD. Windows color (decimal): -5778802 or 9360039. OLE color: 9360039.

HSL color Cylindrical-coordinate representation of color #A7D28E: hue angle of 97.94º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7D28E is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB167210142-
CMYK0.2000.320.18
HSL97.94º43.04%69.02%-
HSV(B)97.94º32.38%82.35%-
XYZ43.8756.2634.14-
YUV189.39101.25112.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 210 (82.42% from 255) = 40.46%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=32.18%
G=40.46%
B=27.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672101420.2000.320.1897.9443.0469.02
HexA7D28E1402012622b45
Octal247322216240402214253105
Binary1010011111010010100011101010001000001001011000101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D28E; }

 p { color: rgb(167,210,142); }

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

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

 a { background-color: rgb(167,210,142); }

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

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

 span { border-color: rgb(167,210,142); }

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