#ADD08F

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

Shades of Feijoa #ADD08F

Tints of Feijoa #ADD08F

Color information

#ADD08F (or 0xADD08F) is unknown color: approx Feijoa. HEX triplet: AD, D0 and 8F. RGB value is (173,208,143). Sum of RGB (Red+Green+Blue) = 173+208+143=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD08F is #522F70. Grayscale: #BEBEBE. Windows color (decimal): -5386097 or 9425069. OLE color: 9425069.

HSL color Cylindrical-coordinate representation of color #ADD08F: hue angle of 92.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD08F is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB173208143-
CMYK0.1700.310.18
HSL92.31º40.88%68.82%-
HSV(B)92.31º31.25%81.57%-
XYZ44.7555.9834.43-
YUV190.12101.4115.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=33.02%
G=39.69%
B=27.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081430.1700.310.1892.3140.8868.82
HexADD08F1101F125c2945
Octal255320217210372213451105
Binary101011011101000010001111100010111111001010111001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD08F; }

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

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

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

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

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

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

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

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