#A5E974

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

Shades of Feijoa #A5E974

Tints of Feijoa #A5E974

Color information

#A5E974 (or 0xA5E974) is unknown color: approx Feijoa. HEX triplet: A5, E9 and 74. RGB value is (165,233,116). Sum of RGB (Red+Green+Blue) = 165+233+116=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E974 is #5A168B. Grayscale: #C7C7C7. Windows color (decimal): -5904012 or 7661989. OLE color: 7661989.

HSL color Cylindrical-coordinate representation of color #A5E974: hue angle of 94.87º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5E974 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB165233116-
CMYK0.2900.500.09
HSL94.87º72.67%68.43%-
HSV(B)94.87º50.21%91.37%-
XYZ47.8167.5427.04-
YUV199.3380.97103.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 233 (91.41% from 255) = 45.33%
BLUE value IS 116 (45.70% from 255) = 22.57%
R=32.10%
G=45.33%
B=22.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652331160.2900.500.0994.8772.6768.43
HexA5E9741D03295f4944
Octal2453511643506211137111104
Binary101001011110100111101001110101100101001101111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E974; }

 p { color: rgb(165,233,116); }

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

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

 a { background-color: rgb(165,233,116); }

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

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

 span { border-color: rgb(165,233,116); }

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