#ADD388

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

Shades of Feijoa #ADD388

Tints of Feijoa #ADD388

Color information

#ADD388 (or 0xADD388) is unknown color: approx Feijoa. HEX triplet: AD, D3 and 88. RGB value is (173,211,136). Sum of RGB (Red+Green+Blue) = 173+211+136=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD388 is #522C77. Grayscale: #BFBFBF. Windows color (decimal): -5385336 or 8967085. OLE color: 8967085.

HSL color Cylindrical-coordinate representation of color #ADD388: hue angle of 90.4º degrees, saturation: 0.46, 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 #ADD388 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB173211136-
CMYK0.1800.360.17
HSL90.4º46.01%68.04%-
HSV(B)90.4º35.55%82.75%-
XYZ44.9757.2531.97-
YUV191.0996.91115.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 211 (82.81% from 255) = 40.58%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=33.27%
G=40.58%
B=26.15%

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
Decimal1732111360.1800.360.1790.446.0168.04
HexADD38812024115a2e44
Octal255323210220442113256104
Binary1010110111010011100010001001001001001000110110101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD388; }

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

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

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

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

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

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

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

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