#A2D675

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

Shades of Feijoa #A2D675

Tints of Feijoa #A2D675

Color information

#A2D675 (or 0xA2D675) is unknown color: approx Feijoa. HEX triplet: A2, D6 and 75. RGB value is (162,214,117). Sum of RGB (Red+Green+Blue) = 162+214+117=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D675 is #5D298A. Grayscale: #BBBBBB. Windows color (decimal): -6105483 or 7722658. OLE color: 7722658.

HSL color Cylindrical-coordinate representation of color #A2D675: hue angle of 92.16º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2D675 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB162214117-
CMYK0.2400.450.16
HSL92.16º54.19%64.9%-
HSV(B)92.16º45.33%83.92%-
XYZ42.1657.0625.62-
YUV187.3988.27109.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=32.86%
G=43.41%
B=23.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141170.2400.450.1692.1654.1964.9
HexA2D6751802D105c3641
Octal242326165300552013466101
Binary101000101101011011101011100001011011000010111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D675; }

 p { color: rgb(162,214,117); }

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

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

 a { background-color: rgb(162,214,117); }

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

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

 span { border-color: rgb(162,214,117); }

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