Html Css Color HEX #A6D2AF Gum Leaf

📋 copy color: '#A6D2AF'

red 166 ◦ green 210 ◦ blue 175

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

Shades of Gum Leaf #A6D2AF

Tints of Gum Leaf #A6D2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.11%

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

R = 30.13%
G = 38.11%
B = 31.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#A6D2AF (or 0xA6D2AF) is known color: Gum Leaf. HEX triplet: A6, D2 and AF. RGB value is (166,210,175). Sum of RGB (Red+Green+Blue) = 166+210+175=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D2AF is #592D50. Grayscale: #C0C0C0. Windows color (decimal): -5844305 or 11522726. OLE color: 11522726.

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

Color convert

RGB 166 210 175 -
CMYK 0.21 0 0.17 0.18
HSL 132.27º 0.33% 0.74% -
HSV(B) 132.27º 0.21% 0.82% -
XYZ 46.51 57.3 49.17 -
YUV 192.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 166 210 175 0.21 0 0.17 0.18 132.27 0.33 0.74
Hex A6 D2 AF 15 0 11 12 84 21 4A
Octal 246 322 257 25 0 21 22 204 41 112
Binary 10100110 11010010 10101111 10101 0 10001 10010 10000100 100001 1001010

Color Harmonies of #A6D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D2AF

Black with #A6D2AF

Text Example


Text Example

White with #A6D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D2AF; }

 p { color: rgb(166,210,175); }

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

background-color css

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

 a { background-color: rgb(166,210,175); }

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

border-color css

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

 span { border-color: rgb(166,210,175); }

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