#ADDB88

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

Shades of Feijoa #ADDB88

Tints of Feijoa #ADDB88

Color information

#ADDB88 (or 0xADDB88) is unknown color: approx Feijoa. HEX triplet: AD, DB and 88. RGB value is (173,219,136). Sum of RGB (Red+Green+Blue) = 173+219+136=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB88 is #522477. Grayscale: #C4C4C4. Windows color (decimal): -5383288 or 8969133. OLE color: 8969133.

HSL color Cylindrical-coordinate representation of color #ADDB88: hue angle of 93.25º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADDB88 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB173219136-
CMYK0.2100.380.14
HSL93.25º53.55%69.61%-
HSV(B)93.25º37.9%85.88%-
XYZ47.0161.3232.65-
YUV195.7894.26111.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 136 (53.52% from 255) = 25.76%
R=32.77%
G=41.48%
B=25.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732191360.2100.380.1493.2553.5569.61
HexADDB8815026E5d3646
Octal255333210250461613566106
Binary101011011101101110001000101010100110111010111011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDB88; }

 p { color: rgb(173,219,136); }

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

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

 a { background-color: rgb(173,219,136); }

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

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

 span { border-color: rgb(173,219,136); }

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