Html Css Color HEX #ACAFA1 Green Spring

📋 copy color: '#ACAFA1'

red 172 ◦ green 175 ◦ blue 161

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

Shades of Green Spring #ACAFA1

Tints of Green Spring #ACAFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.69%

R = 33.86%
G = 34.45%
B = 31.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#ACAFA1 (or 0xACAFA1) is known color: Green Spring. HEX triplet: AC, AF and A1. RGB value is (172,175,161). Sum of RGB (Red+Green+Blue) = 172+175+161=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFA1 is #53505E. Grayscale: #ACACAC. Windows color (decimal): -5460063 or 10596268. OLE color: 10596268.

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

Color convert

RGB 172 175 161 -
CMYK 0.02 0 0.08 0.31
HSL 72.86º 0.08% 0.66% -
HSV(B) 72.86º 0.08% 0.69% -
XYZ 38.78 42 39.78 -
YUV 172.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 172 175 161 0.02 0 0.08 0.31 72.86 0.08 0.66
Hex AC AF A1 2 0 8 1F 49 8 42
Octal 254 257 241 2 0 10 37 111 10 102
Binary 10101100 10101111 10100001 10 0 1000 11111 1001001 1000 1000010

Color Harmonies of #ACAFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAFA1

Black with #ACAFA1

Text Example


Text Example

White with #ACAFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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