Html Css Color HEX #ACAFA2 Green Spring

📋 copy color: '#ACAFA2'

red 172 ◦ green 175 ◦ blue 162

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

Shades of Green Spring #ACAFA2

Tints of Green Spring #ACAFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.83%

R = 33.79%
G = 34.38%
B = 31.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#ACAFA2 (or 0xACAFA2) is known color: Green Spring. HEX triplet: AC, AF and A2. RGB value is (172,175,162). Sum of RGB (Red+Green+Blue) = 172+175+162=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFA2 is #53505D. Grayscale: #ACACAC. Windows color (decimal): -5460062 or 10661804. OLE color: 10661804.

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

Color convert

RGB 172 175 162 -
CMYK 0.02 0 0.07 0.31
HSL 73.85º 0.08% 0.66% -
HSV(B) 73.85º 0.07% 0.69% -
XYZ 38.86 42.04 40.25 -
YUV 172.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 172 175 162 0.02 0 0.07 0.31 73.85 0.08 0.66
Hex AC AF A2 2 0 7 1F 4A 8 42
Octal 254 257 242 2 0 7 37 112 10 102
Binary 10101100 10101111 10100010 10 0 111 11111 1001010 1000 1000010

Color Harmonies of #ACAFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAFA2

Black with #ACAFA2

Text Example


Text Example

White with #ACAFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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