#ADD47F

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

Shades of Feijoa #ADD47F

Tints of Feijoa #ADD47F

Color information

#ADD47F (or 0xADD47F) is unknown color: approx Feijoa. HEX triplet: AD, D4 and 7F. RGB value is (173,212,127). Sum of RGB (Red+Green+Blue) = 173+212+127=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD47F is #522B80. Grayscale: #BEBEBE. Windows color (decimal): -5385089 or 8377517. OLE color: 8377517.

HSL color Cylindrical-coordinate representation of color #ADD47F: hue angle of 87.53º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD47F is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB173212127-
CMYK0.1800.400.17
HSL87.53º49.71%66.47%-
HSV(B)87.53º40.09%83.14%-
XYZ44.6157.528.83-
YUV190.6592.08115.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 127 (50% from 255) = 24.80%
R=33.79%
G=41.41%
B=24.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121270.1800.400.1787.5349.7166.47
HexADD47F1202811583242
Octal255324177220502113062102
Binary101011011101010011111111001001010001000110110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD47F; }

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

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

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

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

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

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

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

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