#A5F67E

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

Shades of Feijoa #A5F67E

Tints of Feijoa #A5F67E

Color information

#A5F67E (or 0xA5F67E) is unknown color: approx Feijoa. HEX triplet: A5, F6 and 7E. RGB value is (165,246,126). Sum of RGB (Red+Green+Blue) = 165+246+126=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F67E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F67E is #5A0981. Grayscale: #D0D0D0. Windows color (decimal): -5900674 or 8320677. OLE color: 8320677.

HSL color Cylindrical-coordinate representation of color #A5F67E: hue angle of 100.5º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5F67E is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB165246126-
CMYK0.3300.490.04
HSL100.5º86.96%72.94%-
HSV(B)100.5º48.78%96.47%-
XYZ52.2475.4231.54-
YUV208.181.6697.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 246 (96.48% from 255) = 45.81%
BLUE value IS 126 (49.61% from 255) = 23.46%
R=30.73%
G=45.81%
B=23.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652461260.3300.490.04100.586.9672.94
HexA5F67E210314645749
Octal245366176410614144127111
Binary101001011111011011111101000010110001100110010010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F67E; }

 p { color: rgb(165,246,126); }

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

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

 a { background-color: rgb(165,246,126); }

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

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

 span { border-color: rgb(165,246,126); }

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