#ADD083

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

Shades of Feijoa #ADD083

Tints of Feijoa #ADD083

Color information

#ADD083 (or 0xADD083) is unknown color: approx Feijoa. HEX triplet: AD, D0 and 83. RGB value is (173,208,131). Sum of RGB (Red+Green+Blue) = 173+208+131=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD083 is #522F7C. Grayscale: #BDBDBD. Windows color (decimal): -5386109 or 8638637. OLE color: 8638637.

HSL color Cylindrical-coordinate representation of color #ADD083: hue angle of 87.27º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADD083 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB173208131-
CMYK0.1700.370.18
HSL87.27º45.03%66.47%-
HSV(B)87.27º37.02%81.57%-
XYZ43.8955.6329.9-
YUV188.7695.4116.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=33.79%
G=40.62%
B=25.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081310.1700.370.1887.2745.0366.47
HexADD0831102512572d42
Octal255320203210452212755102
Binary1010110111010000100000111000101001011001010101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD083; }

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

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

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

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

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

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

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

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