#ABD788

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

Shades of Feijoa #ABD788

Tints of Feijoa #ABD788

Color information

#ABD788 (or 0xABD788) is unknown color: approx Feijoa. HEX triplet: AB, D7 and 88. RGB value is (171,215,136). Sum of RGB (Red+Green+Blue) = 171+215+136=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD788 is #542877. Grayscale: #C1C1C1. Windows color (decimal): -5515384 or 8968107. OLE color: 8968107.

HSL color Cylindrical-coordinate representation of color #ABD788: hue angle of 93.42º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABD788 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB171215136-
CMYK0.2000.370.16
HSL93.42º49.69%68.82%-
HSV(B)93.42º36.74%84.31%-
XYZ45.5459.0432.29-
YUV192.8495.92112.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 215 (84.38% from 255) = 41.19%
BLUE value IS 136 (53.52% from 255) = 26.05%
R=32.76%
G=41.19%
B=26.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712151360.2000.370.1693.4249.6968.82
HexABD78814025105d3245
Octal253327210240452013562105
Binary1010101111010111100010001010001001011000010111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD788; }

 p { color: rgb(171,215,136); }

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

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

 a { background-color: rgb(171,215,136); }

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

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

 span { border-color: rgb(171,215,136); }

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