#A5F16A

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

Shades of Feijoa #A5F16A

Tints of Feijoa #A5F16A

Color information

#A5F16A (or 0xA5F16A) is unknown color: approx Feijoa. HEX triplet: A5, F1 and 6A. RGB value is (165,241,106). Sum of RGB (Red+Green+Blue) = 165+241+106=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F16A is #5A0E95. Grayscale: #CBCBCB. Windows color (decimal): -5901974 or 7008677. OLE color: 7008677.

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

Color convert

RGB165241106-
CMYK0.3200.560.05
HSL93.78º82.82%68.04%-
HSV(B)93.78º56.02%94.51%-
XYZ49.5771.9524.91-
YUV202.8973.32100.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 241 (94.53% from 255) = 47.07%
BLUE value IS 106 (41.80% from 255) = 20.70%
R=32.23%
G=47.07%
B=20.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652411060.3200.560.0593.7882.8268.04
HexA5F16A2003855e5344
Octal245361152400705136123104
Binary101001011111000111010101000000111000101101111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F16A; }

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

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

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

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

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

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

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

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