Html Css Color HEX #ADC4AF Gum Leaf

📋 copy color: '#ADC4AF'

red 173 ◦ green 196 ◦ blue 175

#ADC4AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gum Leaf #ADC4AF

Tints of Gum Leaf #ADC4AF

RGB

 RED value IS 173 (67.97% from 255) = 31.8%

 GREEN value IS 196 (76.95% from 255) = 36.03%

 BLUE value IS 175 (68.75% from 255) = 32.17%

R = 31.8%
G = 36.03%
B = 32.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#ADC4AF (or 0xADC4AF) is known color: Gum Leaf. HEX triplet: AD, C4 and AF. RGB value is (173,196,175). Sum of RGB (Red+Green+Blue) = 173+196+175=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4AF is #523B50. Grayscale: #BABABA. Windows color (decimal): -5389137 or 11519149. OLE color: 11519149.

HSL color Cylindrical-coordinate representation of color #ADC4AF: hue angle of 125.22º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4AF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 175 -
CMYK 0.12 0 0.11 0.23
HSL 125.22º 0.16% 0.72% -
HSV(B) 125.22º 0.12% 0.77% -
XYZ 44.71 51.46 48.13 -
YUV 186.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 173 196 175 0.12 0 0.11 0.23 125.22 0.16 0.72
Hex AD C4 AF C 0 B 17 7D 10 48
Octal 255 304 257 14 0 13 27 175 20 110
Binary 10101101 11000100 10101111 1100 0 1011 10111 1111101 10000 1001000

Color Harmonies of #ADC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4AF

Black with #ADC4AF

Text Example


Text Example

White with #ADC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4AF; }

 p { color: rgb(173,196,175); }

 H1.HeaderClassName
 {
   color: #ADC4AF;
 }
 .AnyTagClassName
 {
   color: #ADC4AF;
 }
</style>

background-color css

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

 a { background-color: rgb(173,196,175); }

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

border-color css

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

 span { border-color: rgb(173,196,175); }

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