#ADD483

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

Shades of Feijoa #ADD483

Tints of Feijoa #ADD483

Color information

#ADD483 (or 0xADD483) is unknown color: approx Feijoa. HEX triplet: AD, D4 and 83. RGB value is (173,212,131). Sum of RGB (Red+Green+Blue) = 173+212+131=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD483 is #522B7C. Grayscale: #BFBFBF. Windows color (decimal): -5385085 or 8639661. OLE color: 8639661.

HSL color Cylindrical-coordinate representation of color #ADD483: hue angle of 88.89º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD483 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB173212131-
CMYK0.1800.380.17
HSL88.89º48.5%67.25%-
HSV(B)88.89º38.21%83.14%-
XYZ44.8757.6130.23-
YUV191.194.08115.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 212 (83.20% from 255) = 41.09%
BLUE value IS 131 (51.56% from 255) = 25.39%
R=33.53%
G=41.09%
B=25.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121310.1800.380.1788.8948.567.25
HexADD4831202611593143
Octal255324203220462113161103
Binary1010110111010100100000111001001001101000110110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD483; }

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

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

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

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

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

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

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

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