#A5E274

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

Shades of Feijoa #A5E274

Tints of Feijoa #A5E274

Color information

#A5E274 (or 0xA5E274) is unknown color: approx Feijoa. HEX triplet: A5, E2 and 74. RGB value is (165,226,116). Sum of RGB (Red+Green+Blue) = 165+226+116=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E274 is #5A1D8B. Grayscale: #C3C3C3. Windows color (decimal): -5905804 or 7660197. OLE color: 7660197.

HSL color Cylindrical-coordinate representation of color #A5E274: hue angle of 93.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5E274 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB165226116-
CMYK0.2700.490.11
HSL93.27º65.48%67.06%-
HSV(B)93.27º48.67%88.63%-
XYZ45.8763.6526.39-
YUV195.2283.29106.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 226 (88.67% from 255) = 44.58%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=32.54%
G=44.58%
B=22.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652261160.2700.490.1193.2765.4867.06
HexA5E2741B031B5d4143
Octal2453421643306113135101103
Binary101001011110001011101001101101100011011101110110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E274; }

 p { color: rgb(165,226,116); }

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

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

 a { background-color: rgb(165,226,116); }

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

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

 span { border-color: rgb(165,226,116); }

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