Html Css Color HEX #A4C8AD Gum Leaf

📋 copy color: '#A4C8AD'

red 164 ◦ green 200 ◦ blue 173

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

Shades of Gum Leaf #A4C8AD

Tints of Gum Leaf #A4C8AD

RGB

 RED value IS 164 (64.45% from 255) = 30.54%

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

 BLUE value IS 173 (67.97% from 255) = 32.22%

R = 30.54%
G = 37.24%
B = 32.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#A4C8AD (or 0xA4C8AD) is known color: Gum Leaf. HEX triplet: A4, C8 and AD. RGB value is (164,200,173). Sum of RGB (Red+Green+Blue) = 164+200+173=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C8AD is #5B3752. Grayscale: #BABABA. Windows color (decimal): -5977939 or 11389092. OLE color: 11389092.

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

Color convert

RGB 164 200 173 -
CMYK 0.18 0 0.14 0.22
HSL 135º 0.25% 0.71% -
HSV(B) 135º 0.18% 0.78% -
XYZ 43.51 52.22 47.32 -
YUV 186.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 164 200 173 0.18 0 0.14 0.22 135 0.25 0.71
Hex A4 C8 AD 12 0 E 16 87 19 47
Octal 244 310 255 22 0 16 26 207 31 107
Binary 10100100 11001000 10101101 10010 0 1110 10110 10000111 11001 1000111

Color Harmonies of #A4C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C8AD

Black with #A4C8AD

Text Example


Text Example

White with #A4C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C8AD; }

 p { color: rgb(164,200,173); }

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

background-color css

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

 a { background-color: rgb(164,200,173); }

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

border-color css

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

 span { border-color: rgb(164,200,173); }

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