#ABE08C

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

Shades of Feijoa #ABE08C

Tints of Feijoa #ABE08C

Color information

#ABE08C (or 0xABE08C) is unknown color: approx Feijoa. HEX triplet: AB, E0 and 8C. RGB value is (171,224,140). Sum of RGB (Red+Green+Blue) = 171+224+140=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE08C is #541F73. Grayscale: #C6C6C6. Windows color (decimal): -5513076 or 9232555. OLE color: 9232555.

HSL color Cylindrical-coordinate representation of color #ABE08C: hue angle of 97.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABE08C is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB171224140-
CMYK0.2400.380.12
HSL97.86º57.53%71.37%-
HSV(B)97.86º37.5%87.84%-
XYZ48.1863.8634.6-
YUV198.5894.94108.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 224 (87.89% from 255) = 41.87%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=31.96%
G=41.87%
B=26.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241400.2400.380.1297.8657.5371.37
HexABE08C18026C623a47
Octal253340214300461414272107
Binary101010111110000010001100110000100110110011000101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE08C; }

 p { color: rgb(171,224,140); }

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

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

 a { background-color: rgb(171,224,140); }

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

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

 span { border-color: rgb(171,224,140); }

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