#A5F084

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

Shades of Feijoa #A5F084

Tints of Feijoa #A5F084

Color information

#A5F084 (or 0xA5F084) is unknown color: approx Feijoa. HEX triplet: A5, F0 and 84. RGB value is (165,240,132). Sum of RGB (Red+Green+Blue) = 165+240+132=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F084 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F084 is #5A0F7B. Grayscale: #CDCDCD. Windows color (decimal): -5902204 or 8712357. OLE color: 8712357.

HSL color Cylindrical-coordinate representation of color #A5F084: hue angle of 101.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5F084 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB165240132-
CMYK0.3100.450.06
HSL101.67º78.26%72.94%-
HSV(B)101.67º45%94.12%-
XYZ50.8471.9933.04-
YUV205.2686.6599.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 132 (51.95% from 255) = 24.58%
R=30.73%
G=44.69%
B=24.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652401320.3100.450.06101.6778.2672.94
HexA5F0841F02D6664e49
Octal245360204370556146116111
Binary101001011111000010000100111110101101110110011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F084; }

 p { color: rgb(165,240,132); }

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

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

 a { background-color: rgb(165,240,132); }

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

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

 span { border-color: rgb(165,240,132); }

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