#ABD97B

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

Shades of Feijoa #ABD97B

Tints of Feijoa #ABD97B

Color information

#ABD97B (or 0xABD97B) is unknown color: approx Feijoa. HEX triplet: AB, D9 and 7B. RGB value is (171,217,123). Sum of RGB (Red+Green+Blue) = 171+217+123=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD97B is #542684. Grayscale: #C0C0C0. Windows color (decimal): -5514885 or 8116651. OLE color: 8116651.

HSL color Cylindrical-coordinate representation of color #ABD97B: hue angle of 89.36º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABD97B is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB171217123-
CMYK0.2100.430.15
HSL89.36º55.29%66.67%-
HSV(B)89.36º43.32%85.1%-
XYZ45.1859.7127.88-
YUV192.5388.76112.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 217 (85.16% from 255) = 42.47%
BLUE value IS 123 (48.44% from 255) = 24.07%
R=33.46%
G=42.47%
B=24.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712171230.2100.430.1589.3655.2966.67
HexABD97B1502BF593743
Octal253331173250531713167103
Binary10101011110110011111011101010101011111110110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD97B; }

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

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

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

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

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

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

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

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