#ABE48B

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

Shades of Feijoa #ABE48B

Tints of Feijoa #ABE48B

Color information

#ABE48B (or 0xABE48B) is unknown color: approx Feijoa. HEX triplet: AB, E4 and 8B. RGB value is (171,228,139). Sum of RGB (Red+Green+Blue) = 171+228+139=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE48B is #541B74. Grayscale: #C9C9C9. Windows color (decimal): -5512053 or 9168043. OLE color: 9168043.

HSL color Cylindrical-coordinate representation of color #ABE48B: hue angle of 98.43º degrees, saturation: 0.62, 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 #ABE48B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB171228139-
CMYK0.2500.390.11
HSL98.43º62.24%71.96%-
HSV(B)98.43º39.04%89.41%-
XYZ49.266.0134.57-
YUV200.8193.12106.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 228 (89.45% from 255) = 42.38%
BLUE value IS 139 (54.69% from 255) = 25.84%
R=31.78%
G=42.38%
B=25.84%

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
Decimal1712281390.2500.390.1198.4362.2471.96
HexABE48B19027B623e48
Octal253344213310471314276110
Binary101010111110010010001011110010100111101111000101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE48B; }

 p { color: rgb(171,228,139); }

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

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

 a { background-color: rgb(171,228,139); }

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

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

 span { border-color: rgb(171,228,139); }

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