#A2E068

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

Shades of Feijoa #A2E068

Tints of Feijoa #A2E068

Color information

#A2E068 (or 0xA2E068) is unknown color: approx Feijoa. HEX triplet: A2, E0 and 68. RGB value is (162,224,104). Sum of RGB (Red+Green+Blue) = 162+224+104=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E068 is #5D1F97. Grayscale: #C0C0C0. Windows color (decimal): -6102936 or 6873250. OLE color: 6873250.

HSL color Cylindrical-coordinate representation of color #A2E068: hue angle of 91º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2E068 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB162224104-
CMYK0.2800.540.12
HSL91º65.93%64.31%-
HSV(B)91º53.57%87.84%-
XYZ44.0561.9922.74-
YUV191.7878.46106.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 224 (87.89% from 255) = 45.71%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=33.06%
G=45.71%
B=21.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622241040.2800.540.129165.9364.31
HexA2E0681C036C5b4240
Octal2423401503406614133102100
Binary101000101110000011010001110001101101100101101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E068; }

 p { color: rgb(162,224,104); }

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

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

 a { background-color: rgb(162,224,104); }

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

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

 span { border-color: rgb(162,224,104); }

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