#ADD58C

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

Shades of Feijoa #ADD58C

Tints of Feijoa #ADD58C

Color information

#ADD58C (or 0xADD58C) is unknown color: approx Feijoa. HEX triplet: AD, D5 and 8C. RGB value is (173,213,140). Sum of RGB (Red+Green+Blue) = 173+213+140=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD58C is #522A73. Grayscale: #C0C0C0. Windows color (decimal): -5384820 or 9229741. OLE color: 9229741.

HSL color Cylindrical-coordinate representation of color #ADD58C: hue angle of 92.88º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADD58C is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB173213140-
CMYK0.1900.340.16
HSL92.88º46.5%69.22%-
HSV(B)92.88º34.27%83.53%-
XYZ45.7658.3733.66-
YUV192.7298.25113.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 213 (83.59% from 255) = 40.49%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=32.89%
G=40.49%
B=26.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732131400.1900.340.1692.8846.569.22
HexADD58C13022105d2e45
Octal255325214230422013556105
Binary1010110111010101100011001001101000101000010111011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD58C; }

 p { color: rgb(173,213,140); }

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

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

 a { background-color: rgb(173,213,140); }

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

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

 span { border-color: rgb(173,213,140); }

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