#ABD870

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

Shades of Feijoa #ABD870

Tints of Feijoa #ABD870

Color information

#ABD870 (or 0xABD870) is unknown color: approx Feijoa. HEX triplet: AB, D8 and 70. RGB value is (171,216,112). Sum of RGB (Red+Green+Blue) = 171+216+112=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD870 is #54278F. Grayscale: #BFBFBF. Windows color (decimal): -5515152 or 7395499. OLE color: 7395499.

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

Color convert

RGB171216112-
CMYK0.2100.480.15
HSL85.96º57.14%64.31%-
HSV(B)85.96º48.15%84.71%-
XYZ44.2858.9424.37-
YUV190.6983.59113.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=34.27%
G=43.29%
B=22.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161120.2100.480.1585.9657.1464.31
HexABD87015030F563940
Octal253330160250601712671100
Binary10101011110110001110000101010110000111110101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD870; }

 p { color: rgb(171,216,112); }

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

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

 a { background-color: rgb(171,216,112); }

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

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

 span { border-color: rgb(171,216,112); }

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