#ADD499

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

Shades of Feijoa #ADD499

Tints of Feijoa #ADD499

Color information

#ADD499 (or 0xADD499) is unknown color: approx Feijoa. HEX triplet: AD, D4 and 99. RGB value is (173,212,153). Sum of RGB (Red+Green+Blue) = 173+212+153=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD499 is #522B66. Grayscale: #C1C1C1. Windows color (decimal): -5385063 or 10081453. OLE color: 10081453.

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

Color convert

RGB173212153-
CMYK0.1800.280.17
HSL99.66º40.69%71.57%-
HSV(B)99.66º27.83%83.14%-
XYZ46.5358.2738.93-
YUV193.61105.08113.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 153 (60.16% from 255) = 28.44%
R=32.16%
G=39.41%
B=28.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121530.1800.280.1799.6640.6971.57
HexADD4991201C11642948
Octal255324231220342114451110
Binary101011011101010010011001100100111001000111001001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD499; }

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

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

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

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

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

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

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

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