#ABD875

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

Shades of Feijoa #ABD875

Tints of Feijoa #ABD875

Color information

#ABD875 (or 0xABD875) is unknown color: approx Feijoa. HEX triplet: AB, D8 and 75. RGB value is (171,216,117). Sum of RGB (Red+Green+Blue) = 171+216+117=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD875 is #54278A. Grayscale: #BFBFBF. Windows color (decimal): -5515147 or 7723179. OLE color: 7723179.

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

Color convert

RGB171216117-
CMYK0.2100.460.15
HSL87.27º55.93%65.29%-
HSV(B)87.27º45.83%84.71%-
XYZ44.5659.0525.88-
YUV191.2686.09113.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=33.93%
G=42.86%
B=23.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161170.2100.460.1587.2755.9365.29
HexABD8751502EF573841
Octal253330165250561712770101
Binary10101011110110001110101101010101110111110101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD875; }

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

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

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

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

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

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

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

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