#ABD196

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

Shades of Feijoa #ABD196

Tints of Feijoa #ABD196

Color information

#ABD196 (or 0xABD196) is unknown color: approx Feijoa. HEX triplet: AB, D1 and 96. RGB value is (171,209,150). Sum of RGB (Red+Green+Blue) = 171+209+150=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD196 is #542E69. Grayscale: #BFBFBF. Windows color (decimal): -5516906 or 9884075. OLE color: 9884075.

HSL color Cylindrical-coordinate representation of color #ABD196: hue angle of 98.64º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABD196 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB171209150-
CMYK0.1800.280.18
HSL98.64º39.07%70.39%-
HSV(B)98.64º28.23%81.96%-
XYZ45.156.4637.38-
YUV190.91104.91113.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=32.26%
G=39.43%
B=28.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091500.1800.280.1898.6439.0770.39
HexABD1961201C12632746
Octal253321226220342214347106
Binary101010111101000110010110100100111001001011000111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD196; }

 p { color: rgb(171,209,150); }

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

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

 a { background-color: rgb(171,209,150); }

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

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

 span { border-color: rgb(171,209,150); }

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