Html Css Color HEX #A6CFAC Gum Leaf

📋 copy color: '#A6CFAC'

red 166 ◦ green 207 ◦ blue 172

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

Shades of Gum Leaf #A6CFAC

Tints of Gum Leaf #A6CFAC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.98%

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

R = 30.46%
G = 37.98%
B = 31.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#A6CFAC (or 0xA6CFAC) is known color: Gum Leaf. HEX triplet: A6, CF and AC. RGB value is (166,207,172). Sum of RGB (Red+Green+Blue) = 166+207+172=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CFAC is #593053. Grayscale: #BEBEBE. Windows color (decimal): -5845076 or 11325350. OLE color: 11325350.

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

Color convert

RGB 166 207 172 -
CMYK 0.20 0 0.17 0.19
HSL 128.78º 0.3% 0.73% -
HSV(B) 128.78º 0.2% 0.81% -
XYZ 45.49 55.71 47.39 -
YUV 190.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 166 207 172 0.20 0 0.17 0.19 128.78 0.3 0.73
Hex A6 CF AC 14 0 11 13 81 1E 49
Octal 246 317 254 24 0 21 23 201 36 111
Binary 10100110 11001111 10101100 10100 0 10001 10011 10000001 11110 1001001

Color Harmonies of #A6CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFAC

Black with #A6CFAC

Text Example


Text Example

White with #A6CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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