#ADCFB0

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

Shades of Gum Leaf #ADCFB0

Tints of Gum Leaf #ADCFB0

Color information

#ADCFB0 (or 0xADCFB0) is unknown color: approx Gum Leaf. HEX triplet: AD, CF and B0. RGB value is (173,207,176). Sum of RGB (Red+Green+Blue) = 173+207+176=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFB0 is #52304F. Grayscale: #C1C1C1. Windows color (decimal): -5386320 or 11587501. OLE color: 11587501.

HSL color Cylindrical-coordinate representation of color #ADCFB0: hue angle of 125.29º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCFB0 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB173207176-
CMYK0.1600.150.19
HSL125.29º26.15%74.51%-
HSV(B)125.29º16.43%81.18%-
XYZ47.3856.6449.51-
YUV193.3118.24113.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=31.12%
G=37.23%
B=31.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071760.1600.150.19125.2926.1574.51
HexADCFB0100F137d1a4b
Octal255317260200172317532113
Binary1010110111001111101100001000001111100111111101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFB0; }

 p { color: rgb(173,207,176); }

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

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

 a { background-color: rgb(173,207,176); }

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

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

 span { border-color: rgb(173,207,176); }

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