#A5E781

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

Shades of Feijoa #A5E781

Tints of Feijoa #A5E781

Color information

#A5E781 (or 0xA5E781) is unknown color: approx Feijoa. HEX triplet: A5, E7 and 81. RGB value is (165,231,129). Sum of RGB (Red+Green+Blue) = 165+231+129=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E781 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E781 is #5A187E. Grayscale: #C7C7C7. Windows color (decimal): -5904511 or 8513445. OLE color: 8513445.

HSL color Cylindrical-coordinate representation of color #A5E781: hue angle of 98.82º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5E781 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB165231129-
CMYK0.2900.440.09
HSL98.82º68%70.59%-
HSV(B)98.82º44.16%90.59%-
XYZ48.0666.7431.12-
YUV199.6488.13103.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 231 (90.62% from 255) = 44%
BLUE value IS 129 (50.78% from 255) = 24.57%
R=31.43%
G=44%
B=24.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652311290.2900.440.0998.826870.59
HexA5E7811D02C9634447
Octal2453472013505411143104107
Binary1010010111100111100000011110101011001001110001110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E781; }

 p { color: rgb(165,231,129); }

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

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

 a { background-color: rgb(165,231,129); }

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

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

 span { border-color: rgb(165,231,129); }

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