Html Css Color HEX #A8CFAC Gum Leaf

📋 copy color: '#A8CFAC'

red 168 ◦ green 207 ◦ blue 172

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

Shades of Gum Leaf #A8CFAC

Tints of Gum Leaf #A8CFAC

RGB

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

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

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

R = 30.71%
G = 37.84%
B = 31.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#A8CFAC (or 0xA8CFAC) is known color: Gum Leaf. HEX triplet: A8, CF and AC. RGB value is (168,207,172). Sum of RGB (Red+Green+Blue) = 168+207+172=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFAC is #573053. Grayscale: #BFBFBF. Windows color (decimal): -5714004 or 11325352. OLE color: 11325352.

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

Color convert

RGB 168 207 172 -
CMYK 0.19 0 0.17 0.19
HSL 126.15º 0.29% 0.74% -
HSV(B) 126.15º 0.19% 0.81% -
XYZ 45.91 55.93 47.41 -
YUV 191.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 168 207 172 0.19 0 0.17 0.19 126.15 0.29 0.74
Hex A8 CF AC 13 0 11 13 7E 1D 4A
Octal 250 317 254 23 0 21 23 176 35 112
Binary 10101000 11001111 10101100 10011 0 10001 10011 1111110 11101 1001010

Color Harmonies of #A8CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFAC

Black with #A8CFAC

Text Example


Text Example

White with #A8CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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