#A3D07D

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

Shades of Feijoa #A3D07D

Tints of Feijoa #A3D07D

Color information

#A3D07D (or 0xA3D07D) is unknown color: approx Feijoa. HEX triplet: A3, D0 and 7D. RGB value is (163,208,125). Sum of RGB (Red+Green+Blue) = 163+208+125=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D07D is #5C2F82. Grayscale: #B9B9B9. Windows color (decimal): -6041475 or 8245411. OLE color: 8245411.

HSL color Cylindrical-coordinate representation of color #A3D07D: hue angle of 92.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3D07D is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB163208125-
CMYK0.2200.400.18
HSL92.53º46.89%65.29%-
HSV(B)92.53º39.9%81.57%-
XYZ41.3654.3827.72-
YUV185.0894.09112.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 125 (49.22% from 255) = 25.20%
R=32.86%
G=41.94%
B=25.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632081250.2200.400.1892.5346.8965.29
HexA3D07D16028125d2f41
Octal243320175260502213557101
Binary101000111101000011111011011001010001001010111011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D07D; }

 p { color: rgb(163,208,125); }

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

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

 a { background-color: rgb(163,208,125); }

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

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

 span { border-color: rgb(163,208,125); }

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