#ABE38D

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

Shades of Feijoa #ABE38D

Tints of Feijoa #ABE38D

Color information

#ABE38D (or 0xABE38D) is unknown color: approx Feijoa. HEX triplet: AB, E3 and 8D. RGB value is (171,227,141). Sum of RGB (Red+Green+Blue) = 171+227+141=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE38D is #541C72. Grayscale: #C8C8C8. Windows color (decimal): -5512307 or 9298859. OLE color: 9298859.

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

Color convert

RGB171227141-
CMYK0.2500.380.11
HSL99.07º60.56%72.16%-
HSV(B)99.07º37.89%89.02%-
XYZ49.0765.5235.26-
YUV200.4594.45106.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 227 (89.06% from 255) = 42.12%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=31.73%
G=42.12%
B=26.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712271410.2500.380.1199.0760.5672.16
HexABE38D19026B633d48
Octal253343215310461314375110
Binary101010111110001110001101110010100110101111000111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE38D; }

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

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

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

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

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

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

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

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