#ABEE70

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

Shades of Feijoa #ABEE70

Tints of Feijoa #ABEE70

Color information

#ABEE70 (or 0xABEE70) is unknown color: approx Feijoa. HEX triplet: AB, EE and 70. RGB value is (171,238,112). Sum of RGB (Red+Green+Blue) = 171+238+112=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEE70 is #54118F. Grayscale: #CCCCCC. Windows color (decimal): -5509520 or 7401131. OLE color: 7401131.

HSL color Cylindrical-coordinate representation of color #ABEE70: hue angle of 91.9º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABEE70 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB171238112-
CMYK0.2800.530.07
HSL91.9º78.75%68.63%-
HSV(B)91.9º52.94%93.33%-
XYZ50.2970.9826.38-
YUV203.676.3104.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 238 (93.36% from 255) = 45.68%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=32.82%
G=45.68%
B=21.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712381120.2800.530.0791.978.7568.63
HexABEE701C03575c4f45
Octal253356160340657134117105
Binary10101011111011101110000111000110101111101110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEE70; }

 p { color: rgb(171,238,112); }

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

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

 a { background-color: rgb(171,238,112); }

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

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

 span { border-color: rgb(171,238,112); }

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