Html Css Color HEX #A7D0AC Gum Leaf

📋 copy color: '#A7D0AC'

red 167 ◦ green 208 ◦ blue 172

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

Shades of Gum Leaf #A7D0AC

Tints of Gum Leaf #A7D0AC

RGB

 RED value IS 167 (65.63% from 255) = 30.53%

 GREEN value IS 208 (81.64% from 255) = 38.03%

 BLUE value IS 172 (67.58% from 255) = 31.44%

R = 30.53%
G = 38.03%
B = 31.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#A7D0AC (or 0xA7D0AC) is known color: Gum Leaf. HEX triplet: A7, D0 and AC. RGB value is (167,208,172). Sum of RGB (Red+Green+Blue) = 167+208+172=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D0AC is #582F53. Grayscale: #BFBFBF. Windows color (decimal): -5779284 or 11325607. OLE color: 11325607.

HSL color Cylindrical-coordinate representation of color #A7D0AC: hue angle of 127.32º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7D0AC is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 208 172 -
CMYK 0.20 0 0.17 0.18
HSL 127.32º 0.3% 0.74% -
HSV(B) 127.32º 0.2% 0.82% -
XYZ 45.94 56.31 47.48 -
YUV 191.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 167 208 172 0.20 0 0.17 0.18 127.32 0.3 0.74
Hex A7 D0 AC 14 0 11 12 7F 1E 4A
Octal 247 320 254 24 0 21 22 177 36 112
Binary 10100111 11010000 10101100 10100 0 10001 10010 1111111 11110 1001010

Color Harmonies of #A7D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D0AC

Black with #A7D0AC

Text Example


Text Example

White with #A7D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D0AC; }

 p { color: rgb(167,208,172); }

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

background-color css

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

 a { background-color: rgb(167,208,172); }

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

border-color css

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

 span { border-color: rgb(167,208,172); }

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