#A5F185

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

Shades of Feijoa #A5F185

Tints of Feijoa #A5F185

Color information

#A5F185 (or 0xA5F185) is unknown color: approx Feijoa. HEX triplet: A5, F1 and 85. RGB value is (165,241,133). Sum of RGB (Red+Green+Blue) = 165+241+133=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F185 is #5A0E7A. Grayscale: #CECECE. Windows color (decimal): -5901947 or 8778149. OLE color: 8778149.

HSL color Cylindrical-coordinate representation of color #A5F185: hue angle of 102.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5F185 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB165241133-
CMYK0.3200.450.05
HSL102.22º79.41%73.33%-
HSV(B)102.22º44.81%94.51%-
XYZ51.2172.633.51-
YUV205.9686.8298.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=30.61%
G=44.71%
B=24.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652411330.3200.450.05102.2279.4173.33
HexA5F1852002D5664f49
Octal245361205400555146117111
Binary1010010111110001100001011000000101101101110011010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F185; }

 p { color: rgb(165,241,133); }

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

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

 a { background-color: rgb(165,241,133); }

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

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

 span { border-color: rgb(165,241,133); }

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