#A7D48D

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

Shades of Feijoa #A7D48D

Tints of Feijoa #A7D48D

Color information

#A7D48D (or 0xA7D48D) is unknown color: approx Feijoa. HEX triplet: A7, D4 and 8D. RGB value is (167,212,141). Sum of RGB (Red+Green+Blue) = 167+212+141=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #A7D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D48D is #582B72. Grayscale: #BEBEBE. Windows color (decimal): -5778291 or 9295015. OLE color: 9295015.

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

Color convert

RGB167212141-
CMYK0.2100.330.17
HSL98.03º45.22%69.22%-
HSV(B)98.03º33.49%83.14%-
XYZ44.2957.2333.91-
YUV190.45100.09111.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=32.12%
G=40.77%
B=27.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1672121410.2100.330.1798.0345.2269.22
HexA7D48D1502111622d45
Octal247324215250412114255105
Binary1010011111010100100011011010101000011000111000101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D48D; }

 p { color: rgb(167,212,141); }

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

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

 a { background-color: rgb(167,212,141); }

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

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

 span { border-color: rgb(167,212,141); }

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