Html Css Color HEX #ACAEA0 Green Spring

📋 copy color: '#ACAEA0'

red 172 ◦ green 174 ◦ blue 160

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

Shades of Green Spring #ACAEA0

Tints of Green Spring #ACAEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.62%

R = 33.99%
G = 34.39%
B = 31.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ACAEA0 (or 0xACAEA0) is known color: Green Spring. HEX triplet: AC, AE and A0. RGB value is (172,174,160). Sum of RGB (Red+Green+Blue) = 172+174+160=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEA0 is #53515F. Grayscale: #ABABAB. Windows color (decimal): -5460320 or 10530476. OLE color: 10530476.

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

Color convert

RGB 172 174 160 -
CMYK 0.01 0 0.08 0.32
HSL 68.57º 0.08% 0.65% -
HSV(B) 68.57º 0.08% 0.68% -
XYZ 38.49 41.58 39.25 -
YUV 171.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 172 174 160 0.01 0 0.08 0.32 68.57 0.08 0.65
Hex AC AE A0 1 0 8 20 45 8 41
Octal 254 256 240 1 0 10 40 105 10 101
Binary 10101100 10101110 10100000 1 0 1000 100000 1000101 1000 1000001

Color Harmonies of #ACAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAEA0

Black with #ACAEA0

Text Example


Text Example

White with #ACAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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