Html Css Color HEX #ACD7B5 Gum Leaf

📋 copy color: '#ACD7B5'

red 172 ◦ green 215 ◦ blue 181

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

Shades of Gum Leaf #ACD7B5

Tints of Gum Leaf #ACD7B5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.85%

 BLUE value IS 181 (71.09% from 255) = 31.87%

R = 30.28%
G = 37.85%
B = 31.87%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#ACD7B5 (or 0xACD7B5) is known color: Gum Leaf. HEX triplet: AC, D7 and B5. RGB value is (172,215,181). Sum of RGB (Red+Green+Blue) = 172+215+181=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7B5 is #53284A. Grayscale: #C6C6C6. Windows color (decimal): -5449803 or 11917228. OLE color: 11917228.

HSL color Cylindrical-coordinate representation of color #ACD7B5: hue angle of 132.56º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7B5 is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 181 -
CMYK 0.2 0 0.16 0.16
HSL 132.56º 0.35% 0.76% -
HSV(B) 132.56º 0.2% 0.84% -
XYZ 49.65 60.71 52.82 -
YUV 198.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 172 215 181 0.2 0 0.16 0.16 132.56 0.35 0.76
Hex AC D7 B5 14 0 10 10 85 23 4C
Octal 254 327 265 24 0 20 20 205 43 114
Binary 10101100 11010111 10110101 10100 0 10000 10000 10000101 100011 1001100

Color Harmonies of #ACD7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7B5

Black with #ACD7B5

Text Example


Text Example

White with #ACD7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7B5; }

 p { color: rgb(172,215,181); }

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

background-color css

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

 a { background-color: rgb(172,215,181); }

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

border-color css

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

 span { border-color: rgb(172,215,181); }

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