#A7D37D

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

Shades of Feijoa #A7D37D

Tints of Feijoa #A7D37D

Color information

#A7D37D (or 0xA7D37D) is unknown color: approx Feijoa. HEX triplet: A7, D3 and 7D. RGB value is (167,211,125). Sum of RGB (Red+Green+Blue) = 167+211+125=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D37D is #582C82. Grayscale: #BCBCBC. Windows color (decimal): -5778563 or 8246183. OLE color: 8246183.

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

Color convert

RGB167211125-
CMYK0.2100.410.17
HSL90.7º49.43%65.88%-
HSV(B)90.7º40.76%82.75%-
XYZ42.9356.2828-
YUV188.0492.42112.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=33.20%
G=41.95%
B=24.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1672111250.2100.410.1790.749.4365.88
HexA7D37D15029115b3142
Octal247323175250512113361102
Binary101001111101001111111011010101010011000110110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D37D; }

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

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

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

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

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

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

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

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