Html Css Color HEX #A4C8AF Gum Leaf

📋 copy color: '#A4C8AF'

red 164 ◦ green 200 ◦ blue 175

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

Shades of Gum Leaf #A4C8AF

Tints of Gum Leaf #A4C8AF

RGB

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

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

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

R = 30.43%
G = 37.11%
B = 32.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#A4C8AF (or 0xA4C8AF) is known color: Gum Leaf. HEX triplet: A4, C8 and AF. RGB value is (164,200,175). Sum of RGB (Red+Green+Blue) = 164+200+175=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C8AF is #5B3750. Grayscale: #BABABA. Windows color (decimal): -5977937 or 11520164. OLE color: 11520164.

HSL color Cylindrical-coordinate representation of color #A4C8AF: hue angle of 138.33º 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 #A4C8AF is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 200 175 -
CMYK 0.18 0 0.12 0.22
HSL 138.33º 0.25% 0.71% -
HSV(B) 138.33º 0.18% 0.78% -
XYZ 43.7 52.3 48.35 -
YUV 186.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 164 200 175 0.18 0 0.12 0.22 138.33 0.25 0.71
Hex A4 C8 AF 12 0 C 16 8A 19 47
Octal 244 310 257 22 0 14 26 212 31 107
Binary 10100100 11001000 10101111 10010 0 1100 10110 10001010 11001 1000111

Color Harmonies of #A4C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C8AF

Black with #A4C8AF

Text Example


Text Example

White with #A4C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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