#A7D38A

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

Shades of Feijoa #A7D38A

Tints of Feijoa #A7D38A

Color information

#A7D38A (or 0xA7D38A) is unknown color: approx Feijoa. HEX triplet: A7, D3 and 8A. RGB value is (167,211,138). Sum of RGB (Red+Green+Blue) = 167+211+138=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D38A is #582C75. Grayscale: #BDBDBD. Windows color (decimal): -5778550 or 9098151. OLE color: 9098151.

HSL color Cylindrical-coordinate representation of color #A7D38A: hue angle of 96.16º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7D38A is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB167211138-
CMYK0.2100.350.17
HSL96.16º45.34%68.43%-
HSV(B)96.16º34.6%82.75%-
XYZ43.8256.6432.67-
YUV189.5298.92111.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 211 (82.81% from 255) = 40.89%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=32.36%
G=40.89%
B=26.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1672111380.2100.350.1796.1645.3468.43
HexA7D38A1502311602d44
Octal247323212250432114055104
Binary1010011111010011100010101010101000111000111000001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D38A; }

 p { color: rgb(167,211,138); }

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

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

 a { background-color: rgb(167,211,138); }

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

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

 span { border-color: rgb(167,211,138); }

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