#ADCFB3

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

Shades of Gum Leaf #ADCFB3

Tints of Gum Leaf #ADCFB3

Color information

#ADCFB3 (or 0xADCFB3) is unknown color: approx Gum Leaf. HEX triplet: AD, CF and B3. RGB value is (173,207,179). Sum of RGB (Red+Green+Blue) = 173+207+179=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFB3 is #52304C. Grayscale: #C1C1C1. Windows color (decimal): -5386317 or 11784109. OLE color: 11784109.

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

Color convert

RGB173207179-
CMYK0.1600.140.19
HSL130.59º26.15%74.51%-
HSV(B)130.59º16.43%81.18%-
XYZ47.6856.7651.09-
YUV193.64119.74113.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=30.95%
G=37.03%
B=32.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071790.1600.140.19130.5926.1574.51
HexADCFB3100E13831a4b
Octal255317263200162320332113
Binary10101101110011111011001110000011101001110000011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFB3; }

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

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

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

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

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

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

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

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