#ABD96D

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

Shades of Feijoa #ABD96D

Tints of Feijoa #ABD96D

Color information

#ABD96D (or 0xABD96D) is unknown color: approx Feijoa. HEX triplet: AB, D9 and 6D. RGB value is (171,217,109). Sum of RGB (Red+Green+Blue) = 171+217+109=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD96D is #542692. Grayscale: #BFBFBF. Windows color (decimal): -5514899 or 7199147. OLE color: 7199147.

HSL color Cylindrical-coordinate representation of color #ABD96D: hue angle of 85.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABD96D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB171217109-
CMYK0.2100.500.15
HSL85.56º58.7%63.92%-
HSV(B)85.56º49.77%85.1%-
XYZ44.3759.3923.59-
YUV190.9381.76113.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 217 (85.16% from 255) = 43.66%
BLUE value IS 109 (42.97% from 255) = 21.93%
R=34.41%
G=43.66%
B=21.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712171090.2100.500.1585.5658.763.92
HexABD96D15032F563b40
Octal253331155250621712673100
Binary10101011110110011101101101010110010111110101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD96D; }

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

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

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

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

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

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

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

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