#A2E67E

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

Shades of Feijoa #A2E67E

Tints of Feijoa #A2E67E

Color information

#A2E67E (or 0xA2E67E) is unknown color: approx Feijoa. HEX triplet: A2, E6 and 7E. RGB value is (162,230,126). Sum of RGB (Red+Green+Blue) = 162+230+126=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E67E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E67E is #5D1981. Grayscale: #C6C6C6. Windows color (decimal): -6101378 or 8316578. OLE color: 8316578.

HSL color Cylindrical-coordinate representation of color #A2E67E: hue angle of 99.23º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2E67E is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB162230126-
CMYK0.3000.450.10
HSL99.23º67.53%69.8%-
HSV(B)99.23º45.22%90.2%-
XYZ46.9665.7829.96-
YUV197.8187.47102.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 230 (90.23% from 255) = 44.40%
BLUE value IS 126 (49.61% from 255) = 24.32%
R=31.27%
G=44.40%
B=24.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1622301260.3000.450.1099.2367.5369.8
HexA2E67E1E02DA634446
Octal2423461763605512143104106
Binary101000101110011011111101111001011011010110001110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E67E; }

 p { color: rgb(162,230,126); }

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

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

 a { background-color: rgb(162,230,126); }

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

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

 span { border-color: rgb(162,230,126); }

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