#ADDD7F

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

Shades of Feijoa #ADDD7F

Tints of Feijoa #ADDD7F

Color information

#ADDD7F (or 0xADDD7F) is unknown color: approx Feijoa. HEX triplet: AD, DD and 7F. RGB value is (173,221,127). Sum of RGB (Red+Green+Blue) = 173+221+127=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD7F is #522280. Grayscale: #C4C4C4. Windows color (decimal): -5382785 or 8379821. OLE color: 8379821.

HSL color Cylindrical-coordinate representation of color #ADDD7F: hue angle of 90.64º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADDD7F is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB173221127-
CMYK0.2200.430.13
HSL90.64º58.02%68.24%-
HSV(B)90.64º42.53%86.67%-
XYZ46.9262.1329.6-
YUV195.9389.1111.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 127 (50% from 255) = 24.38%
R=33.21%
G=42.42%
B=24.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211270.2200.430.1390.6458.0268.24
HexADDD7F1602BD5b3a44
Octal255335177260531513372104
Binary10101101110111011111111101100101011110110110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD7F; }

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

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

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

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

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

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

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

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