#ABEA81

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

Shades of Feijoa #ABEA81

Tints of Feijoa #ABEA81

Color information

#ABEA81 (or 0xABEA81) is unknown color: approx Feijoa. HEX triplet: AB, EA and 81. RGB value is (171,234,129). Sum of RGB (Red+Green+Blue) = 171+234+129=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEA81 is #54157E. Grayscale: #CBCBCB. Windows color (decimal): -5510527 or 8514219. OLE color: 8514219.

HSL color Cylindrical-coordinate representation of color #ABEA81: hue angle of 96º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABEA81 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB171234129-
CMYK0.2700.450.08
HSL96º71.43%71.18%-
HSV(B)96º44.87%91.76%-
XYZ50.1869.0931.46-
YUV203.1986.13105.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 234 (91.80% from 255) = 43.82%
BLUE value IS 129 (50.78% from 255) = 24.16%
R=32.02%
G=43.82%
B=24.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712341290.2700.450.089671.4371.18
HexABEA811B02D8604747
Octal2533522013305510140107107
Binary1010101111101010100000011101101011011000110000010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEA81; }

 p { color: rgb(171,234,129); }

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

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

 a { background-color: rgb(171,234,129); }

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

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

 span { border-color: rgb(171,234,129); }

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