Html Css Color HEX #ACAF9F Green Spring

📋 copy color: '#ACAF9F'

red 172 ◦ green 175 ◦ blue 159

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

Shades of Green Spring #ACAF9F

Tints of Green Spring #ACAF9F

RGB

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

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

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

R = 33.99%
G = 34.58%
B = 31.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#ACAF9F (or 0xACAF9F) is known color: Green Spring. HEX triplet: AC, AF and 9F. RGB value is (172,175,159). Sum of RGB (Red+Green+Blue) = 172+175+159=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF9F is #535060. Grayscale: #ACACAC. Windows color (decimal): -5460065 or 10465196. OLE color: 10465196.

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

Color convert

RGB 172 175 159 -
CMYK 0.02 0 0.09 0.31
HSL 71.25º 0.09% 0.65% -
HSV(B) 71.25º 0.09% 0.69% -
XYZ 38.6 41.93 38.86 -
YUV 172.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 172 175 159 0.02 0 0.09 0.31 71.25 0.09 0.65
Hex AC AF 9F 2 0 9 1F 47 9 41
Octal 254 257 237 2 0 11 37 107 11 101
Binary 10101100 10101111 10011111 10 0 1001 11111 1000111 1001 1000001

Color Harmonies of #ACAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF9F

Black with #ACAF9F

Text Example


Text Example

White with #ACAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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