#ADDD6E

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

Shades of Feijoa #ADDD6E

Tints of Feijoa #ADDD6E

Color information

#ADDD6E (or 0xADDD6E) is unknown color: approx Feijoa. HEX triplet: AD, DD and 6E. RGB value is (173,221,110). Sum of RGB (Red+Green+Blue) = 173+221+110=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD6E is #522291. Grayscale: #C2C2C2. Windows color (decimal): -5382802 or 7265709. OLE color: 7265709.

HSL color Cylindrical-coordinate representation of color #ADDD6E: hue angle of 85.95º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADDD6E is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB173221110-
CMYK0.2200.500.13
HSL85.95º62.01%64.9%-
HSV(B)85.95º50.23%86.67%-
XYZ45.961.7224.25-
YUV193.9980.6113.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 110 (43.36% from 255) = 21.83%
R=34.33%
G=43.85%
B=21.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211100.2200.500.1385.9562.0164.9
HexADDD6E16032D563e41
Octal255335156260621512676101
Binary10101101110111011101110101100110010110110101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD6E; }

 p { color: rgb(173,221,110); }

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

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

 a { background-color: rgb(173,221,110); }

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

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

 span { border-color: rgb(173,221,110); }

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