#A5F16D

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

Shades of Feijoa #A5F16D

Tints of Feijoa #A5F16D

Color information

#A5F16D (or 0xA5F16D) is unknown color: approx Feijoa. HEX triplet: A5, F1 and 6D. RGB value is (165,241,109). Sum of RGB (Red+Green+Blue) = 165+241+109=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F16D is #5A0E92. Grayscale: #CBCBCB. Windows color (decimal): -5901971 or 7205285. OLE color: 7205285.

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

Color convert

RGB165241109-
CMYK0.3200.550.05
HSL94.55º82.5%68.63%-
HSV(B)94.55º54.77%94.51%-
XYZ49.7372.0125.75-
YUV203.2374.82100.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 109 (42.97% from 255) = 21.17%
R=32.04%
G=46.80%
B=21.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652411090.3200.550.0594.5582.568.63
HexA5F16D2003755f5245
Octal245361155400675137122105
Binary101001011111000111011011000000110111101101111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F16D; }

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

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

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

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

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

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

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

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