#ADCFB7

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

Shades of Gum Leaf #ADCFB7

Tints of Gum Leaf #ADCFB7

Color information

#ADCFB7 (or 0xADCFB7) is unknown color: approx Gum Leaf. HEX triplet: AD, CF and B7. RGB value is (173,207,183). Sum of RGB (Red+Green+Blue) = 173+207+183=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFB7 is #523048. Grayscale: #C2C2C2. Windows color (decimal): -5386313 or 12046253. OLE color: 12046253.

HSL color Cylindrical-coordinate representation of color #ADCFB7: hue angle of 137.65º 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 #ADCFB7 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB173207183-
CMYK0.1600.120.19
HSL137.65º26.15%74.51%-
HSV(B)137.65º16.43%81.18%-
XYZ48.0956.9353.25-
YUV194.1121.74112.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=30.73%
G=36.77%
B=32.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071830.1600.120.19137.6526.1574.51
HexADCFB7100C138a1a4b
Octal255317267200142321232113
Binary10101101110011111011011110000011001001110001010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFB7; }

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

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

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

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

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

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

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

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