#A5E476

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

Shades of Feijoa #A5E476

Tints of Feijoa #A5E476

Color information

#A5E476 (or 0xA5E476) is unknown color: approx Feijoa. HEX triplet: A5, E4 and 76. RGB value is (165,228,118). Sum of RGB (Red+Green+Blue) = 165+228+118=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E476 is #5A1B89. Grayscale: #C4C4C4. Windows color (decimal): -5905290 or 7791781. OLE color: 7791781.

HSL color Cylindrical-coordinate representation of color #A5E476: hue angle of 94.36º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5E476 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB165228118-
CMYK0.2800.480.11
HSL94.36º67.07%67.84%-
HSV(B)94.36º48.25%89.41%-
XYZ46.5364.7927.19-
YUV196.6283.63105.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 228 (89.45% from 255) = 44.62%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=32.29%
G=44.62%
B=23.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652281180.2800.480.1194.3667.0767.84
HexA5E4761C030B5e4344
Octal2453441663406013136103104
Binary101001011110010011101101110001100001011101111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E476; }

 p { color: rgb(165,228,118); }

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

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

 a { background-color: rgb(165,228,118); }

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

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

 span { border-color: rgb(165,228,118); }

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