#ABD396

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

Shades of Feijoa #ABD396

Tints of Feijoa #ABD396

Color information

#ABD396 (or 0xABD396) is unknown color: approx Feijoa. HEX triplet: AB, D3 and 96. RGB value is (171,211,150). Sum of RGB (Red+Green+Blue) = 171+211+150=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD396 is #542C69. Grayscale: #C0C0C0. Windows color (decimal): -5516394 or 9884587. OLE color: 9884587.

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

Color convert

RGB171211150-
CMYK0.1900.290.17
HSL99.34º40.94%70.78%-
HSV(B)99.34º28.91%82.75%-
XYZ45.5957.4537.54-
YUV192.09104.25112.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=32.14%
G=39.66%
B=28.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712111500.1900.290.1799.3440.9470.78
HexABD3961301D11632947
Octal253323226230352114351107
Binary101010111101001110010110100110111011000111000111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD396; }

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

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

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

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

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

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

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

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