#A7DF7E

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

Shades of Feijoa #A7DF7E

Tints of Feijoa #A7DF7E

Color information

#A7DF7E (or 0xA7DF7E) is unknown color: approx Feijoa. HEX triplet: A7, DF and 7E. RGB value is (167,223,126). Sum of RGB (Red+Green+Blue) = 167+223+126=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DF7E is #582081. Grayscale: #C3C3C3. Windows color (decimal): -5775490 or 8314791. OLE color: 8314791.

HSL color Cylindrical-coordinate representation of color #A7DF7E: hue angle of 94.64º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7DF7E is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB167223126-
CMYK0.2500.430.13
HSL94.64º60.25%68.43%-
HSV(B)94.64º43.5%87.45%-
XYZ46.0962.529.37-
YUV195.288.95107.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 223 (87.5% from 255) = 43.22%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=32.36%
G=43.22%
B=24.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672231260.2500.430.1394.6460.2568.43
HexA7DF7E1902BD5f3c44
Octal247337176310531513774104
Binary10100111110111111111110110010101011110110111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DF7E; }

 p { color: rgb(167,223,126); }

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

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

 a { background-color: rgb(167,223,126); }

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

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

 span { border-color: rgb(167,223,126); }

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