#ADD488

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

Shades of Feijoa #ADD488

Tints of Feijoa #ADD488

Color information

#ADD488 (or 0xADD488) is unknown color: approx Feijoa. HEX triplet: AD, D4 and 88. RGB value is (173,212,136). Sum of RGB (Red+Green+Blue) = 173+212+136=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD488 is #522B77. Grayscale: #BFBFBF. Windows color (decimal): -5385080 or 8967341. OLE color: 8967341.

HSL color Cylindrical-coordinate representation of color #ADD488: hue angle of 90.79º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADD488 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB173212136-
CMYK0.1800.360.17
HSL90.79º46.91%68.24%-
HSV(B)90.79º35.85%83.14%-
XYZ45.2257.7532.06-
YUV191.6896.58114.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=33.21%
G=40.69%
B=26.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121360.1800.360.1790.7946.9168.24
HexADD48812024115b2f44
Octal255324210220442113357104
Binary1010110111010100100010001001001001001000110110111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD488; }

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

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

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

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

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

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

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

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