Html Css Color HEX #ACAFA0 Green Spring

📋 copy color: '#ACAFA0'

red 172 ◦ green 175 ◦ blue 160

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

Shades of Green Spring #ACAFA0

Tints of Green Spring #ACAFA0

RGB

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

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

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

R = 33.93%
G = 34.52%
B = 31.56%

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

#ACAFA0 (or 0xACAFA0) is known color: Green Spring. HEX triplet: AC, AF and A0. RGB value is (172,175,160). Sum of RGB (Red+Green+Blue) = 172+175+160=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFA0 is #53505F. Grayscale: #ACACAC. Windows color (decimal): -5460064 or 10530732. OLE color: 10530732.

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

Color convert

RGB 172 175 160 -
CMYK 0.02 0 0.09 0.31
HSL 72º 0.09% 0.66% -
HSV(B) 72º 0.09% 0.69% -
XYZ 38.69 41.97 39.32 -
YUV 172.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 172 175 160 0.02 0 0.09 0.31 72 0.09 0.66
Hex AC AF A0 2 0 9 1F 48 9 42
Octal 254 257 240 2 0 11 37 110 11 102
Binary 10101100 10101111 10100000 10 0 1001 11111 1001000 1001 1000010

Color Harmonies of #ACAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAFA0

Black with #ACAFA0

Text Example


Text Example

White with #ACAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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