#A2CD75

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

Shades of Feijoa #A2CD75

Tints of Feijoa #A2CD75

Color information

#A2CD75 (or 0xA2CD75) is unknown color: approx Feijoa. HEX triplet: A2, CD and 75. RGB value is (162,205,117). Sum of RGB (Red+Green+Blue) = 162+205+117=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD75 is #5D328A. Grayscale: #B6B6B6. Windows color (decimal): -6107787 or 7720354. OLE color: 7720354.

HSL color Cylindrical-coordinate representation of color #A2CD75: hue angle of 89.32º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2CD75 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB162205117-
CMYK0.2100.430.20
HSL89.32º46.81%63.14%-
HSV(B)89.32º42.93%80.39%-
XYZ39.9452.6324.88-
YUV182.1191.25113.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=33.47%
G=42.36%
B=24.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051170.2100.430.2089.3246.8163.14
HexA2CD751502B14592f3f
Octal24231516525053241315777
Binary10100010110011011110101101010101011101001011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD75; }

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

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

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

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

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

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

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

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