Html Css Color HEX #ACD2AF Gum Leaf

📋 copy color: '#ACD2AF'

red 172 ◦ green 210 ◦ blue 175

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

Shades of Gum Leaf #ACD2AF

Tints of Gum Leaf #ACD2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

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

R = 30.88%
G = 37.7%
B = 31.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#ACD2AF (or 0xACD2AF) is known color: Gum Leaf. HEX triplet: AC, D2 and AF. RGB value is (172,210,175). Sum of RGB (Red+Green+Blue) = 172+210+175=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2AF is #532D50. Grayscale: #C2C2C2. Windows color (decimal): -5451089 or 11522732. OLE color: 11522732.

HSL color Cylindrical-coordinate representation of color #ACD2AF: hue angle of 124.74º degrees, saturation: 0.3, 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 #ACD2AF is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 175 -
CMYK 0.18 0 0.17 0.18
HSL 124.74º 0.3% 0.75% -
HSV(B) 124.74º 0.18% 0.82% -
XYZ 47.8 57.96 49.23 -
YUV 194.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 172 210 175 0.18 0 0.17 0.18 124.74 0.3 0.75
Hex AC D2 AF 12 0 11 12 7D 1E 4B
Octal 254 322 257 22 0 21 22 175 36 113
Binary 10101100 11010010 10101111 10010 0 10001 10010 1111101 11110 1001011

Color Harmonies of #ACD2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2AF

Black with #ACD2AF

Text Example


Text Example

White with #ACD2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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