#A5F37E

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

Shades of Feijoa #A5F37E

Tints of Feijoa #A5F37E

Color information

#A5F37E (or 0xA5F37E) is unknown color: approx Feijoa. HEX triplet: A5, F3 and 7E. RGB value is (165,243,126). Sum of RGB (Red+Green+Blue) = 165+243+126=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F37E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F37E is #5A0C81. Grayscale: #CECECE. Windows color (decimal): -5901442 or 8319909. OLE color: 8319909.

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

Color convert

RGB165243126-
CMYK0.3200.480.05
HSL100º82.98%72.35%-
HSV(B)100º48.15%95.29%-
XYZ51.3373.6131.24-
YUV206.3482.6698.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.90%
GREEN value IS 243 (95.31% from 255) = 45.51%
BLUE value IS 126 (49.61% from 255) = 23.60%
R=30.90%
G=45.51%
B=23.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652431260.3200.480.0510082.9872.35
HexA5F37E200305645348
Octal245363176400605144123110
Binary101001011111001111111101000000110000101110010010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F37E; }

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

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

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

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

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

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

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

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