#ADD480

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

Shades of Feijoa #ADD480

Tints of Feijoa #ADD480

Color information

#ADD480 (or 0xADD480) is unknown color: approx Feijoa. HEX triplet: AD, D4 and 80. RGB value is (173,212,128). Sum of RGB (Red+Green+Blue) = 173+212+128=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD480 is #522B7F. Grayscale: #BFBFBF. Windows color (decimal): -5385088 or 8443053. OLE color: 8443053.

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

Color convert

RGB173212128-
CMYK0.1800.400.17
HSL87.86º49.41%66.67%-
HSV(B)87.86º39.62%83.14%-
XYZ44.6757.5329.17-
YUV190.7692.58115.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 212 (83.20% from 255) = 41.33%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=33.72%
G=41.33%
B=24.95%

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
Decimal1732121280.1800.400.1787.8649.4166.67
HexADD4801202811583143
Octal255324200220502113061103
Binary1010110111010100100000001001001010001000110110001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD480; }

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

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

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

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

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

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

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

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