#A7DE74

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

Shades of Feijoa #A7DE74

Tints of Feijoa #A7DE74

Color information

#A7DE74 (or 0xA7DE74) is unknown color: approx Feijoa. HEX triplet: A7, DE and 74. RGB value is (167,222,116). Sum of RGB (Red+Green+Blue) = 167+222+116=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DE74 is #58218B. Grayscale: #C1C1C1. Windows color (decimal): -5775756 or 7659175. OLE color: 7659175.

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

Color convert

RGB167222116-
CMYK0.2500.480.13
HSL91.13º61.63%66.27%-
HSV(B)91.13º47.75%87.06%-
XYZ45.2161.7226.05-
YUV193.4784.28109.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=33.07%
G=43.96%
B=22.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672221160.2500.480.1391.1361.6366.27
HexA7DE7419030D5b3e42
Octal247336164310601513376102
Binary10100111110111101110100110010110000110110110111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DE74; }

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

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

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

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

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

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

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

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