#ABE16D

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

Shades of Feijoa #ABE16D

Tints of Feijoa #ABE16D

Color information

#ABE16D (or 0xABE16D) is unknown color: approx Feijoa. HEX triplet: AB, E1 and 6D. RGB value is (171,225,109). Sum of RGB (Red+Green+Blue) = 171+225+109=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE16D is #541E92. Grayscale: #C4C4C4. Windows color (decimal): -5512851 or 7201195. OLE color: 7201195.

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

Color convert

RGB171225109-
CMYK0.2400.520.12
HSL87.93º65.91%65.49%-
HSV(B)87.93º51.56%88.24%-
XYZ46.4863.6124.3-
YUV195.6379.11110.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=33.86%
G=44.55%
B=21.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712251090.2400.520.1287.9365.9165.49
HexABE16D18034C584241
Octal2533411553006414130102101
Binary101010111110000111011011100001101001100101100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE16D; }

 p { color: rgb(171,225,109); }

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

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

 a { background-color: rgb(171,225,109); }

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

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

 span { border-color: rgb(171,225,109); }

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