#ABEB74

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

Shades of Feijoa #ABEB74

Tints of Feijoa #ABEB74

Color information

#ABEB74 (or 0xABEB74) is unknown color: approx Feijoa. HEX triplet: AB, EB and 74. RGB value is (171,235,116). Sum of RGB (Red+Green+Blue) = 171+235+116=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEB74 is #54148B. Grayscale: #CACACA. Windows color (decimal): -5510284 or 7662507. OLE color: 7662507.

HSL color Cylindrical-coordinate representation of color #ABEB74: hue angle of 92.27º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABEB74 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB171235116-
CMYK0.2700.510.08
HSL92.27º74.84%68.82%-
HSV(B)92.27º50.64%92.16%-
XYZ49.6669.3427.29-
YUV202.379.3105.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 235 (92.19% from 255) = 45.02%
BLUE value IS 116 (45.70% from 255) = 22.22%
R=32.76%
G=45.02%
B=22.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712351160.2700.510.0892.2774.8468.82
HexABEB741B03385c4b45
Octal2533531643306310134113105
Binary101010111110101111101001101101100111000101110010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEB74; }

 p { color: rgb(171,235,116); }

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

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

 a { background-color: rgb(171,235,116); }

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

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

 span { border-color: rgb(171,235,116); }

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