Html Css Color HEX #A8D0AC Gum Leaf

📋 copy color: '#A8D0AC'

red 168 ◦ green 208 ◦ blue 172

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

Shades of Gum Leaf #A8D0AC

Tints of Gum Leaf #A8D0AC

RGB

 RED value IS 168 (66.02% from 255) = 30.66%

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

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

R = 30.66%
G = 37.96%
B = 31.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#A8D0AC (or 0xA8D0AC) is known color: Gum Leaf. HEX triplet: A8, D0 and AC. RGB value is (168,208,172). Sum of RGB (Red+Green+Blue) = 168+208+172=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D0AC is #572F53. Grayscale: #C0C0C0. Windows color (decimal): -5713748 or 11325608. OLE color: 11325608.

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

Color convert

RGB 168 208 172 -
CMYK 0.19 0 0.17 0.18
HSL 126º 0.3% 0.74% -
HSV(B) 126º 0.19% 0.82% -
XYZ 46.15 56.42 47.49 -
YUV 191.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 168 208 172 0.19 0 0.17 0.18 126 0.3 0.74
Hex A8 D0 AC 13 0 11 12 7E 1E 4A
Octal 250 320 254 23 0 21 22 176 36 112
Binary 10101000 11010000 10101100 10011 0 10001 10010 1111110 11110 1001010

Color Harmonies of #A8D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D0AC

Black with #A8D0AC

Text Example


Text Example

White with #A8D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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