#ABE084

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

Shades of Feijoa #ABE084

Tints of Feijoa #ABE084

Color information

#ABE084 (or 0xABE084) is unknown color: approx Feijoa. HEX triplet: AB, E0 and 84. RGB value is (171,224,132). Sum of RGB (Red+Green+Blue) = 171+224+132=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE084 is #541F7B. Grayscale: #C5C5C5. Windows color (decimal): -5513084 or 8708267. OLE color: 8708267.

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

Color convert

RGB171224132-
CMYK0.2400.410.12
HSL94.57º59.74%69.8%-
HSV(B)94.57º41.07%87.84%-
XYZ47.6263.6431.6-
YUV197.6690.94108.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=32.45%
G=42.50%
B=25.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241320.2400.410.1294.5759.7469.8
HexABE08418029C5f3c46
Octal253340204300511413774106
Binary101010111110000010000100110000101001110010111111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE084; }

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

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

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

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

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

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

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

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