#A2CD7A

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

Shades of Feijoa #A2CD7A

Tints of Feijoa #A2CD7A

Color information

#A2CD7A (or 0xA2CD7A) is unknown color: approx Feijoa. HEX triplet: A2, CD and 7A. RGB value is (162,205,122). Sum of RGB (Red+Green+Blue) = 162+205+122=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD7A is #5D3285. Grayscale: #B6B6B6. Windows color (decimal): -6107782 or 8048034. OLE color: 8048034.

HSL color Cylindrical-coordinate representation of color #A2CD7A: hue angle of 91.08º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2CD7A is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB162205122-
CMYK0.2100.400.20
HSL91.08º45.36%64.12%-
HSV(B)91.08º40.49%80.39%-
XYZ40.2452.7526.47-
YUV182.6893.75113.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=33.13%
G=41.92%
B=24.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051220.2100.400.2091.0845.3664.12
HexA2CD7A15028145b2d40
Octal242315172250502413355100
Binary101000101100110111110101010101010001010010110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD7A; }

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

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

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

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

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

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

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

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