#ABD296

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

Shades of Feijoa #ABD296

Tints of Feijoa #ABD296

Color information

#ABD296 (or 0xABD296) is unknown color: approx Feijoa. HEX triplet: AB, D2 and 96. RGB value is (171,210,150). Sum of RGB (Red+Green+Blue) = 171+210+150=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD296 is #542D69. Grayscale: #BFBFBF. Windows color (decimal): -5516650 or 9884331. OLE color: 9884331.

HSL color Cylindrical-coordinate representation of color #ABD296: hue angle of 99º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABD296 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB171210150-
CMYK0.1900.290.18
HSL99º40%70.59%-
HSV(B)99º28.57%82.35%-
XYZ45.3556.9537.46-
YUV191.5104.58113.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=32.20%
G=39.55%
B=28.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712101500.1900.290.18994070.59
HexABD2961301D12632847
Octal253322226230352214350107
Binary101010111101001010010110100110111011001011000111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD296; }

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

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

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

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

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

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

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

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