#ADD88F

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

Shades of Feijoa #ADD88F

Tints of Feijoa #ADD88F

Color information

#ADD88F (or 0xADD88F) is unknown color: approx Feijoa. HEX triplet: AD, D8 and 8F. RGB value is (173,216,143). Sum of RGB (Red+Green+Blue) = 173+216+143=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD88F is #522770. Grayscale: #C3C3C3. Windows color (decimal): -5384049 or 9427117. OLE color: 9427117.

HSL color Cylindrical-coordinate representation of color #ADD88F: hue angle of 95.34º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADD88F is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB173216143-
CMYK0.2000.340.15
HSL95.34º48.34%70.39%-
HSV(B)95.34º33.8%84.71%-
XYZ46.7559.9835.1-
YUV194.8298.75112.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 216 (84.77% from 255) = 40.60%
BLUE value IS 143 (56.25% from 255) = 26.88%
R=32.52%
G=40.60%
B=26.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732161430.2000.340.1595.3448.3470.39
HexADD88F14022F5f3046
Octal255330217240421713760106
Binary101011011101100010001111101000100010111110111111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD88F; }

 p { color: rgb(173,216,143); }

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

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

 a { background-color: rgb(173,216,143); }

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

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

 span { border-color: rgb(173,216,143); }

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