#A2D781

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

Shades of Feijoa #A2D781

Tints of Feijoa #A2D781

Color information

#A2D781 (or 0xA2D781) is unknown color: approx Feijoa. HEX triplet: A2, D7 and 81. RGB value is (162,215,129). Sum of RGB (Red+Green+Blue) = 162+215+129=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D781 is #5D287E. Grayscale: #BDBDBD. Windows color (decimal): -6105215 or 8509346. OLE color: 8509346.

HSL color Cylindrical-coordinate representation of color #A2D781: hue angle of 96.98º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2D781 is Cyan = 0.25, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB162215129-
CMYK0.2500.40.16
HSL96.98º51.81%67.45%-
HSV(B)96.98º40%84.31%-
XYZ43.1657.8729.66-
YUV189.3593.94108.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 215 (84.38% from 255) = 42.49%
BLUE value IS 129 (50.78% from 255) = 25.49%
R=32.02%
G=42.49%
B=25.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622151290.2500.40.1696.9851.8167.45
HexA2D7811902810613443
Octal242327201310502014164103
Binary1010001011010111100000011100101010001000011000011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D781; }

 p { color: rgb(162,215,129); }

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

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

 a { background-color: rgb(162,215,129); }

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

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

 span { border-color: rgb(162,215,129); }

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