#A5EA70

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

Shades of Feijoa #A5EA70

Tints of Feijoa #A5EA70

Color information

#A5EA70 (or 0xA5EA70) is unknown color: approx Feijoa. HEX triplet: A5, EA and 70. RGB value is (165,234,112). Sum of RGB (Red+Green+Blue) = 165+234+112=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EA70 is #5A158F. Grayscale: #C7C7C7. Windows color (decimal): -5903760 or 7400101. OLE color: 7400101.

HSL color Cylindrical-coordinate representation of color #A5EA70: hue angle of 93.93º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5EA70 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB165234112-
CMYK0.2900.520.08
HSL93.93º74.39%67.84%-
HSV(B)93.93º52.14%91.76%-
XYZ47.8668.0125.93-
YUV199.4678.64103.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 234 (91.80% from 255) = 45.79%
BLUE value IS 112 (44.14% from 255) = 21.92%
R=32.29%
G=45.79%
B=21.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652341120.2900.520.0893.9374.3967.84
HexA5EA701D03485e4a44
Octal2453521603506410136112104
Binary101001011110101011100001110101101001000101111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EA70; }

 p { color: rgb(165,234,112); }

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

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

 a { background-color: rgb(165,234,112); }

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

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

 span { border-color: rgb(165,234,112); }

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