Html Css Color HEX #ACD7B9 Gum Leaf

📋 copy color: '#ACD7B9'

red 172 ◦ green 215 ◦ blue 185

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

Shades of Gum Leaf #ACD7B9

Tints of Gum Leaf #ACD7B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.34%

R = 30.07%
G = 37.59%
B = 32.34%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#ACD7B9 (or 0xACD7B9) is known color: Gum Leaf. HEX triplet: AC, D7 and B9. RGB value is (172,215,185). Sum of RGB (Red+Green+Blue) = 172+215+185=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7B9 is #532846. Grayscale: #C6C6C6. Windows color (decimal): -5449799 or 12179372. OLE color: 12179372.

HSL color Cylindrical-coordinate representation of color #ACD7B9: hue angle of 138.14º 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 #ACD7B9 is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 185 -
CMYK 0.2 0 0.14 0.16
HSL 138.14º 0.35% 0.76% -
HSV(B) 138.14º 0.2% 0.84% -
XYZ 50.07 60.87 55.01 -
YUV 198.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 172 215 185 0.2 0 0.14 0.16 138.14 0.35 0.76
Hex AC D7 B9 14 0 E 10 8A 23 4C
Octal 254 327 271 24 0 16 20 212 43 114
Binary 10101100 11010111 10111001 10100 0 1110 10000 10001010 100011 1001100

Color Harmonies of #ACD7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7B9

Black with #ACD7B9

Text Example


Text Example

White with #ACD7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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