Html Css Color HEX #ACAE9F Green Spring

📋 copy color: '#ACAE9F'

red 172 ◦ green 174 ◦ blue 159

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

Shades of Green Spring #ACAE9F

Tints of Green Spring #ACAE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 34.06%
G = 34.46%
B = 31.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ACAE9F (or 0xACAE9F) is known color: Green Spring. HEX triplet: AC, AE and 9F. RGB value is (172,174,159). Sum of RGB (Red+Green+Blue) = 172+174+159=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE9F is #535160. Grayscale: #ABABAB. Windows color (decimal): -5460321 or 10464940. OLE color: 10464940.

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

Color convert

RGB 172 174 159 -
CMYK 0.01 0 0.09 0.32
HSL 68º 0.08% 0.65% -
HSV(B) 68º 0.09% 0.68% -
XYZ 38.41 41.55 38.8 -
YUV 171.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 172 174 159 0.01 0 0.09 0.32 68 0.08 0.65
Hex AC AE 9F 1 0 9 20 44 8 41
Octal 254 256 237 1 0 11 40 104 10 101
Binary 10101100 10101110 10011111 1 0 1001 100000 1000100 1000 1000001

Color Harmonies of #ACAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE9F

Black with #ACAE9F

Text Example


Text Example

White with #ACAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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