Html Css Color HEX #ACAF9D Green Spring

📋 copy color: '#ACAF9D'

red 172 ◦ green 175 ◦ blue 157

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

Shades of Green Spring #ACAF9D

Tints of Green Spring #ACAF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.72%

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 34.13%
G = 34.72%
B = 31.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#ACAF9D (or 0xACAF9D) is known color: Green Spring. HEX triplet: AC, AF and 9D. RGB value is (172,175,157). Sum of RGB (Red+Green+Blue) = 172+175+157=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF9D is #535062. Grayscale: #ACACAC. Windows color (decimal): -5460067 or 10334124. OLE color: 10334124.

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

Color convert

RGB 172 175 157 -
CMYK 0.02 0 0.10 0.31
HSL 70º 0.1% 0.65% -
HSV(B) 70º 0.1% 0.69% -
XYZ 38.43 41.86 37.95 -
YUV 172.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 172 175 157 0.02 0 0.10 0.31 70 0.1 0.65
Hex AC AF 9D 2 0 A 1F 46 A 41
Octal 254 257 235 2 0 12 37 106 12 101
Binary 10101100 10101111 10011101 10 0 1010 11111 1000110 1010 1000001

Color Harmonies of #ACAF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF9D

Black with #ACAF9D

Text Example


Text Example

White with #ACAF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF9D; }

 p { color: rgb(172,175,157); }

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

background-color css

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

 a { background-color: rgb(172,175,157); }

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

border-color css

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

 span { border-color: rgb(172,175,157); }

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