Html Css Color HEX #AACFAC Gum Leaf

📋 copy color: '#AACFAC'

red 170 ◦ green 207 ◦ blue 172

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

Shades of Gum Leaf #AACFAC

Tints of Gum Leaf #AACFAC

RGB

 RED value IS 170 (66.8% from 255) = 30.97%

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

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

R = 30.97%
G = 37.7%
B = 31.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#AACFAC (or 0xAACFAC) is known color: Gum Leaf. HEX triplet: AA, CF and AC. RGB value is (170,207,172). Sum of RGB (Red+Green+Blue) = 170+207+172=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFAC is #553053. Grayscale: #C0C0C0. Windows color (decimal): -5582932 or 11325354. OLE color: 11325354.

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

Color convert

RGB 170 207 172 -
CMYK 0.18 0 0.17 0.19
HSL 123.24º 0.28% 0.74% -
HSV(B) 123.24º 0.18% 0.81% -
XYZ 46.34 56.15 47.43 -
YUV 191.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 170 207 172 0.18 0 0.17 0.19 123.24 0.28 0.74
Hex AA CF AC 12 0 11 13 7B 1C 4A
Octal 252 317 254 22 0 21 23 173 34 112
Binary 10101010 11001111 10101100 10010 0 10001 10011 1111011 11100 1001010

Color Harmonies of #AACFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFAC

Black with #AACFAC

Text Example


Text Example

White with #AACFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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