Html Css Color HEX #ACB09F Green Spring

📋 copy color: '#ACB09F'

red 172 ◦ green 176 ◦ blue 159

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

Shades of Green Spring #ACB09F

Tints of Green Spring #ACB09F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.71%

 BLUE value IS 159 (62.5% from 255) = 31.36%

R = 33.93%
G = 34.71%
B = 31.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#ACB09F (or 0xACB09F) is known color: Green Spring. HEX triplet: AC, B0 and 9F. RGB value is (172,176,159). Sum of RGB (Red+Green+Blue) = 172+176+159=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB09F is #534F60. Grayscale: #ACACAC. Windows color (decimal): -5459809 or 10465452. OLE color: 10465452.

HSL color Cylindrical-coordinate representation of color #ACB09F: hue angle of 74.12º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB09F is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 159 -
CMYK 0.02 0 0.10 0.31
HSL 74.12º 0.1% 0.66% -
HSV(B) 74.12º 0.1% 0.69% -
XYZ 38.8 42.32 38.93 -
YUV 172.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 172 176 159 0.02 0 0.10 0.31 74.12 0.1 0.66
Hex AC B0 9F 2 0 A 1F 4A A 42
Octal 254 260 237 2 0 12 37 112 12 102
Binary 10101100 10110000 10011111 10 0 1010 11111 1001010 1010 1000010

Color Harmonies of #ACB09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB09F

Black with #ACB09F

Text Example


Text Example

White with #ACB09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB09F; }

 p { color: rgb(172,176,159); }

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

background-color css

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

 a { background-color: rgb(172,176,159); }

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

border-color css

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

 span { border-color: rgb(172,176,159); }

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