#A2ED81

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

Shades of Feijoa #A2ED81

Tints of Feijoa #A2ED81

Color information

#A2ED81 (or 0xA2ED81) is unknown color: approx Feijoa. HEX triplet: A2, ED and 81. RGB value is (162,237,129). Sum of RGB (Red+Green+Blue) = 162+237+129=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ED81 is #5D127E. Grayscale: #CACACA. Windows color (decimal): -6099583 or 8514978. OLE color: 8514978.

HSL color Cylindrical-coordinate representation of color #A2ED81: hue angle of 101.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2ED81 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB162237129-
CMYK0.3200.460.07
HSL101.67º75%71.76%-
HSV(B)101.67º45.57%92.94%-
XYZ49.1569.8331.66-
YUV202.2686.6599.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 237 (92.97% from 255) = 44.89%
BLUE value IS 129 (50.78% from 255) = 24.43%
R=30.68%
G=44.89%
B=24.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622371290.3200.460.07101.677571.76
HexA2ED812002E7664b48
Octal242355201400567146113110
Binary1010001011101101100000011000000101110111110011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ED81; }

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

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

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

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

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

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

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

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