Html Css Color HEX #A6CCAC Gum Leaf

📋 copy color: '#A6CCAC'

red 166 ◦ green 204 ◦ blue 172

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

Shades of Gum Leaf #A6CCAC

Tints of Gum Leaf #A6CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.64%

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

R = 30.63%
G = 37.64%
B = 31.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#A6CCAC (or 0xA6CCAC) is known color: Gum Leaf. HEX triplet: A6, CC and AC. RGB value is (166,204,172). Sum of RGB (Red+Green+Blue) = 166+204+172=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CCAC is #593353. Grayscale: #BDBDBD. Windows color (decimal): -5845844 or 11324582. OLE color: 11324582.

HSL color Cylindrical-coordinate representation of color #A6CCAC: hue angle of 129.47º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCAC is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 172 -
CMYK 0.19 0 0.16 0.2
HSL 129.47º 0.27% 0.73% -
HSV(B) 129.47º 0.19% 0.8% -
XYZ 44.77 54.27 47.15 -
YUV 188.99 118.41 111.6 -
System Red Green Blue C M Y K H S L
Decimal 166 204 172 0.19 0 0.16 0.2 129.47 0.27 0.73
Hex A6 CC AC 13 0 10 14 81 1B 49
Octal 246 314 254 23 0 20 24 201 33 111
Binary 10100110 11001100 10101100 10011 0 10000 10100 10000001 11011 1001001

Color Harmonies of #A6CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCAC

Black with #A6CCAC

Text Example


Text Example

White with #A6CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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