#A2D07B

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

Shades of Feijoa #A2D07B

Tints of Feijoa #A2D07B

Color information

#A2D07B (or 0xA2D07B) is unknown color: approx Feijoa. HEX triplet: A2, D0 and 7B. RGB value is (162,208,123). Sum of RGB (Red+Green+Blue) = 162+208+123=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D07B is #5D2F84. Grayscale: #B8B8B8. Windows color (decimal): -6107013 or 8114338. OLE color: 8114338.

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

Color convert

RGB162208123-
CMYK0.2200.410.18
HSL92.47º47.49%64.9%-
HSV(B)92.47º40.87%81.57%-
XYZ41.0354.2227.04-
YUV184.5693.26111.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 123 (48.44% from 255) = 24.95%
R=32.86%
G=42.19%
B=24.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622081230.2200.410.1892.4747.4964.9
HexA2D07B16029125c2f41
Octal242320173260512213457101
Binary101000101101000011110111011001010011001010111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D07B; }

 p { color: rgb(162,208,123); }

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

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

 a { background-color: rgb(162,208,123); }

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

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

 span { border-color: rgb(162,208,123); }

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