Html Css Color HEX #ACAEA2 Green Spring

📋 copy color: '#ACAEA2'

red 172 ◦ green 174 ◦ blue 162

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

Shades of Green Spring #ACAEA2

Tints of Green Spring #ACAEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.89%

R = 33.86%
G = 34.25%
B = 31.89%

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

#ACAEA2 (or 0xACAEA2) is known color: Green Spring. HEX triplet: AC, AE and A2. RGB value is (172,174,162). Sum of RGB (Red+Green+Blue) = 172+174+162=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEA2 is #53515D. Grayscale: #ACACAC. Windows color (decimal): -5460318 or 10661548. OLE color: 10661548.

HSL color Cylindrical-coordinate representation of color #ACAEA2: hue angle of 70º 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 #ACAEA2 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 174 162 -
CMYK 0.01 0 0.07 0.32
HSL 70º 0.07% 0.66% -
HSV(B) 70º 0.07% 0.68% -
XYZ 38.67 41.65 40.18 -
YUV 172.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 172 174 162 0.01 0 0.07 0.32 70 0.07 0.66
Hex AC AE A2 1 0 7 20 46 7 42
Octal 254 256 242 1 0 7 40 106 7 102
Binary 10101100 10101110 10100010 1 0 111 100000 1000110 111 1000010

Color Harmonies of #ACAEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAEA2

Black with #ACAEA2

Text Example


Text Example

White with #ACAEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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