Html Css Color HEX #A6C8AC Gum Leaf

📋 copy color: '#A6C8AC'

red 166 ◦ green 200 ◦ blue 172

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

Shades of Gum Leaf #A6C8AC

Tints of Gum Leaf #A6C8AC

RGB

 RED value IS 166 (65.23% from 255) = 30.86%

 GREEN value IS 200 (78.52% from 255) = 37.17%

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

R = 30.86%
G = 37.17%
B = 31.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#A6C8AC (or 0xA6C8AC) is known color: Gum Leaf. HEX triplet: A6, C8 and AC. RGB value is (166,200,172). Sum of RGB (Red+Green+Blue) = 166+200+172=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C8AC is #593753. Grayscale: #BABABA. Windows color (decimal): -5846868 or 11323558. OLE color: 11323558.

HSL color Cylindrical-coordinate representation of color #A6C8AC: hue angle of 130.59º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C8AC is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 200 172 -
CMYK 0.17 0 0.14 0.22
HSL 130.59º 0.24% 0.72% -
HSV(B) 130.59º 0.17% 0.78% -
XYZ 43.83 52.39 46.83 -
YUV 186.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 166 200 172 0.17 0 0.14 0.22 130.59 0.24 0.72
Hex A6 C8 AC 11 0 E 16 83 18 48
Octal 246 310 254 21 0 16 26 203 30 110
Binary 10100110 11001000 10101100 10001 0 1110 10110 10000011 11000 1001000

Color Harmonies of #A6C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C8AC

Black with #A6C8AC

Text Example


Text Example

White with #A6C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C8AC; }

 p { color: rgb(166,200,172); }

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

background-color css

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

 a { background-color: rgb(166,200,172); }

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

border-color css

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

 span { border-color: rgb(166,200,172); }

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