#ABE380

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

Shades of Feijoa #ABE380

Tints of Feijoa #ABE380

Color information

#ABE380 (or 0xABE380) is unknown color: approx Feijoa. HEX triplet: AB, E3 and 80. RGB value is (171,227,128). Sum of RGB (Red+Green+Blue) = 171+227+128=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE380 is #541C7F. Grayscale: #C7C7C7. Windows color (decimal): -5512320 or 8446891. OLE color: 8446891.

HSL color Cylindrical-coordinate representation of color #ABE380: hue angle of 93.94º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABE380 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB171227128-
CMYK0.2500.440.11
HSL93.94º63.87%69.61%-
HSV(B)93.94º43.61%89.02%-
XYZ48.1665.1530.46-
YUV198.9787.95108.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 227 (89.06% from 255) = 43.16%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=32.51%
G=43.16%
B=24.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712271280.2500.440.1193.9463.8769.61
HexABE3801902CB5e4046
Octal2533432003105413136100106
Binary1010101111100011100000001100101011001011101111010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE380; }

 p { color: rgb(171,227,128); }

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

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

 a { background-color: rgb(171,227,128); }

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

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

 span { border-color: rgb(171,227,128); }

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