#ADD28E

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

Shades of Feijoa #ADD28E

Tints of Feijoa #ADD28E

Color information

#ADD28E (or 0xADD28E) is unknown color: approx Feijoa. HEX triplet: AD, D2 and 8E. RGB value is (173,210,142). Sum of RGB (Red+Green+Blue) = 173+210+142=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD28E is #522D71. Grayscale: #BFBFBF. Windows color (decimal): -5385586 or 9360045. OLE color: 9360045.

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

Color convert

RGB173210142-
CMYK0.1800.320.18
HSL92.65º43.04%69.02%-
HSV(B)92.65º32.38%82.35%-
XYZ45.1656.9334.2-
YUV191.18100.24115.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=32.95%
G=40%
B=27.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732101420.1800.320.1892.6543.0469.02
HexADD28E12020125d2b45
Octal255322216220402213553105
Binary1010110111010010100011101001001000001001010111011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD28E; }

 p { color: rgb(173,210,142); }

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

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

 a { background-color: rgb(173,210,142); }

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

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

 span { border-color: rgb(173,210,142); }

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