Html Css Color HEX #ACAEA1 Green Spring

📋 copy color: '#ACAEA1'

red 172 ◦ green 174 ◦ blue 161

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

Shades of Green Spring #ACAEA1

Tints of Green Spring #ACAEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.76%

R = 33.93%
G = 34.32%
B = 31.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#ACAEA1 (or 0xACAEA1) is known color: Green Spring. HEX triplet: AC, AE and A1. RGB value is (172,174,161). Sum of RGB (Red+Green+Blue) = 172+174+161=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEA1 is #53515E. Grayscale: #ABABAB. Windows color (decimal): -5460319 or 10596012. OLE color: 10596012.

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

Color convert

RGB 172 174 161 -
CMYK 0.01 0 0.07 0.32
HSL 69.23º 0.07% 0.66% -
HSV(B) 69.23º 0.07% 0.68% -
XYZ 38.58 41.62 39.72 -
YUV 171.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 172 174 161 0.01 0 0.07 0.32 69.23 0.07 0.66
Hex AC AE A1 1 0 7 20 45 7 42
Octal 254 256 241 1 0 7 40 105 7 102
Binary 10101100 10101110 10100001 1 0 111 100000 1000101 111 1000010

Color Harmonies of #ACAEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAEA1

Black with #ACAEA1

Text Example


Text Example

White with #ACAEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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