Html Css Color HEX #ACB09E Green Spring

📋 copy color: '#ACB09E'

red 172 ◦ green 176 ◦ blue 158

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

Shades of Green Spring #ACB09E

Tints of Green Spring #ACB09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 33.99%
G = 34.78%
B = 31.23%

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

#ACB09E (or 0xACB09E) is known color: Green Spring. HEX triplet: AC, B0 and 9E. RGB value is (172,176,158). Sum of RGB (Red+Green+Blue) = 172+176+158=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB09E is #534F61. Grayscale: #ACACAC. Windows color (decimal): -5459810 or 10399916. OLE color: 10399916.

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

Color convert

RGB 172 176 158 -
CMYK 0.02 0 0.10 0.31
HSL 73.33º 0.1% 0.65% -
HSV(B) 73.33º 0.1% 0.69% -
XYZ 38.71 42.29 38.47 -
YUV 172.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 172 176 158 0.02 0 0.10 0.31 73.33 0.1 0.65
Hex AC B0 9E 2 0 A 1F 49 A 41
Octal 254 260 236 2 0 12 37 111 12 101
Binary 10101100 10110000 10011110 10 0 1010 11111 1001001 1010 1000001

Color Harmonies of #ACB09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB09E

Black with #ACB09E

Text Example


Text Example

White with #ACB09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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