#ABF26E

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

Shades of Feijoa #ABF26E

Tints of Feijoa #ABF26E

Color information

#ABF26E (or 0xABF26E) is unknown color: approx Feijoa. HEX triplet: AB, F2 and 6E. RGB value is (171,242,110). Sum of RGB (Red+Green+Blue) = 171+242+110=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF26E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF26E is #540D91. Grayscale: #CECECE. Windows color (decimal): -5508498 or 7271083. OLE color: 7271083.

HSL color Cylindrical-coordinate representation of color #ABF26E: hue angle of 92.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABF26E is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB171242110-
CMYK0.2900.550.05
HSL92.27º83.54%69.02%-
HSV(B)92.27º54.55%94.9%-
XYZ51.3673.2926.19-
YUV205.7273.98103.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 242 (94.92% from 255) = 46.27%
BLUE value IS 110 (43.36% from 255) = 21.03%
R=32.70%
G=46.27%
B=21.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712421100.2900.550.0592.2783.5469.02
HexABF26E1D03755c5445
Octal253362156350675134124105
Binary10101011111100101101110111010110111101101110010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF26E; }

 p { color: rgb(171,242,110); }

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

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

 a { background-color: rgb(171,242,110); }

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

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

 span { border-color: rgb(171,242,110); }

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