Html Css Color HEX #ADC2AF Gum Leaf

📋 copy color: '#ADC2AF'

red 173 ◦ green 194 ◦ blue 175

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

Shades of Gum Leaf #ADC2AF

Tints of Gum Leaf #ADC2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.79%

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

R = 31.92%
G = 35.79%
B = 32.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#ADC2AF (or 0xADC2AF) is known color: Gum Leaf. HEX triplet: AD, C2 and AF. RGB value is (173,194,175). Sum of RGB (Red+Green+Blue) = 173+194+175=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2AF is #523D50. Grayscale: #B9B9B9. Windows color (decimal): -5389649 or 11518637. OLE color: 11518637.

HSL color Cylindrical-coordinate representation of color #ADC2AF: hue angle of 125.71º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2AF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 175 -
CMYK 0.11 0 0.10 0.24
HSL 125.71º 0.15% 0.72% -
HSV(B) 125.71º 0.11% 0.76% -
XYZ 44.26 50.56 47.98 -
YUV 185.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 173 194 175 0.11 0 0.10 0.24 125.71 0.15 0.72
Hex AD C2 AF B 0 A 18 7E F 48
Octal 255 302 257 13 0 12 30 176 17 110
Binary 10101101 11000010 10101111 1011 0 1010 11000 1111110 1111 1001000

Color Harmonies of #ADC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2AF

Black with #ADC2AF

Text Example


Text Example

White with #ADC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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