Html Css Color HEX #ACAE9C Green Spring

📋 copy color: '#ACAE9C'

red 172 ◦ green 174 ◦ blue 156

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

Shades of Green Spring #ACAE9C

Tints of Green Spring #ACAE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.66%

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 34.26%
G = 34.66%
B = 31.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ACAE9C (or 0xACAE9C) is known color: Green Spring. HEX triplet: AC, AE and 9C. RGB value is (172,174,156). Sum of RGB (Red+Green+Blue) = 172+174+156=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE9C is #535163. Grayscale: #ABABAB. Windows color (decimal): -5460324 or 10268332. OLE color: 10268332.

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

Color convert

RGB 172 174 156 -
CMYK 0.01 0 0.10 0.32
HSL 66.67º 0.1% 0.65% -
HSV(B) 66.67º 0.1% 0.68% -
XYZ 38.15 41.44 37.44 -
YUV 171.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 172 174 156 0.01 0 0.10 0.32 66.67 0.1 0.65
Hex AC AE 9C 1 0 A 20 43 A 41
Octal 254 256 234 1 0 12 40 103 12 101
Binary 10101100 10101110 10011100 1 0 1010 100000 1000011 1010 1000001

Color Harmonies of #ACAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE9C

Black with #ACAE9C

Text Example


Text Example

White with #ACAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE9C; }

 p { color: rgb(172,174,156); }

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

background-color css

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

 a { background-color: rgb(172,174,156); }

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

border-color css

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

 span { border-color: rgb(172,174,156); }

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