Html Css Color HEX #ACD1AF Gum Leaf

📋 copy color: '#ACD1AF'

red 172 ◦ green 209 ◦ blue 175

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

Shades of Gum Leaf #ACD1AF

Tints of Gum Leaf #ACD1AF

RGB

 RED value IS 172 (67.58% from 255) = 30.94%

 GREEN value IS 209 (82.03% from 255) = 37.59%

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

R = 30.94%
G = 37.59%
B = 31.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#ACD1AF (or 0xACD1AF) is known color: Gum Leaf. HEX triplet: AC, D1 and AF. RGB value is (172,209,175). Sum of RGB (Red+Green+Blue) = 172+209+175=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD1AF is #532E50. Grayscale: #C2C2C2. Windows color (decimal): -5451345 or 11522476. OLE color: 11522476.

HSL color Cylindrical-coordinate representation of color #ACD1AF: hue angle of 124.86º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD1AF is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 175 -
CMYK 0.18 0 0.16 0.18
HSL 124.86º 0.29% 0.75% -
HSV(B) 124.86º 0.18% 0.82% -
XYZ 47.55 57.47 49.14 -
YUV 194.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 172 209 175 0.18 0 0.16 0.18 124.86 0.29 0.75
Hex AC D1 AF 12 0 10 12 7D 1D 4B
Octal 254 321 257 22 0 20 22 175 35 113
Binary 10101100 11010001 10101111 10010 0 10000 10010 1111101 11101 1001011

Color Harmonies of #ACD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1AF

Black with #ACD1AF

Text Example


Text Example

White with #ACD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1AF; }

 p { color: rgb(172,209,175); }

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

background-color css

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

 a { background-color: rgb(172,209,175); }

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

border-color css

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

 span { border-color: rgb(172,209,175); }

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