Html Css Color HEX #ACD0AF Gum Leaf

📋 copy color: '#ACD0AF'

red 172 ◦ green 208 ◦ blue 175

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

Shades of Gum Leaf #ACD0AF

Tints of Gum Leaf #ACD0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.48%

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

R = 30.99%
G = 37.48%
B = 31.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#ACD0AF (or 0xACD0AF) is known color: Gum Leaf. HEX triplet: AC, D0 and AF. RGB value is (172,208,175). Sum of RGB (Red+Green+Blue) = 172+208+175=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD0AF is #532F50. Grayscale: #C1C1C1. Windows color (decimal): -5451601 or 11522220. OLE color: 11522220.

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

Color convert

RGB 172 208 175 -
CMYK 0.17 0 0.16 0.18
HSL 125º 0.28% 0.75% -
HSV(B) 125º 0.17% 0.82% -
XYZ 47.31 56.98 49.06 -
YUV 193.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 172 208 175 0.17 0 0.16 0.18 125 0.28 0.75
Hex AC D0 AF 11 0 10 12 7D 1C 4B
Octal 254 320 257 21 0 20 22 175 34 113
Binary 10101100 11010000 10101111 10001 0 10000 10010 1111101 11100 1001011

Color Harmonies of #ACD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0AF

Black with #ACD0AF

Text Example


Text Example

White with #ACD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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