#ADD4B9

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

Shades of Gum Leaf #ADD4B9

Tints of Gum Leaf #ADD4B9

Color information

#ADD4B9 (or 0xADD4B9) is unknown color: approx Gum Leaf. HEX triplet: AD, D4 and B9. RGB value is (173,212,185). Sum of RGB (Red+Green+Blue) = 173+212+185=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4B9 is #522B46. Grayscale: #C5C5C5. Windows color (decimal): -5385031 or 12178605. OLE color: 12178605.

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

Color convert

RGB173212185-
CMYK0.1800.130.17
HSL138.46º31.2%75.49%-
HSV(B)138.46º18.4%83.14%-
XYZ49.5359.4754.77-
YUV197.26121.08110.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=30.35%
G=37.19%
B=32.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121850.1800.130.17138.4631.275.49
HexADD4B9120D118a1f4b
Octal255324271220152121237113
Binary10101101110101001011100110010011011000110001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4B9; }

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

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

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

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

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

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

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

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