#ABE38A

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

Shades of Feijoa #ABE38A

Tints of Feijoa #ABE38A

Color information

#ABE38A (or 0xABE38A) is unknown color: approx Feijoa. HEX triplet: AB, E3 and 8A. RGB value is (171,227,138). Sum of RGB (Red+Green+Blue) = 171+227+138=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE38A is #541C75. Grayscale: #C8C8C8. Windows color (decimal): -5512310 or 9102251. OLE color: 9102251.

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

Color convert

RGB171227138-
CMYK0.2500.390.11
HSL97.75º61.38%71.57%-
HSV(B)97.75º39.21%89.02%-
XYZ48.8565.4334.1-
YUV200.1192.95107.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 227 (89.06% from 255) = 42.35%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=31.90%
G=42.35%
B=25.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712271380.2500.390.1197.7561.3871.57
HexABE38A19027B623d48
Octal253343212310471314275110
Binary101010111110001110001010110010100111101111000101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE38A; }

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

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

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

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

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

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

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

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