Html Css Color HEX #ACAF9A Green Spring

📋 copy color: '#ACAF9A'

red 172 ◦ green 175 ◦ blue 154

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

Shades of Green Spring #ACAF9A

Tints of Green Spring #ACAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.74%

R = 34.33%
G = 34.93%
B = 30.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#ACAF9A (or 0xACAF9A) is known color: Green Spring. HEX triplet: AC, AF and 9A. RGB value is (172,175,154). Sum of RGB (Red+Green+Blue) = 172+175+154=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF9A is #535065. Grayscale: #ABABAB. Windows color (decimal): -5460070 or 10137516. OLE color: 10137516.

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

Color convert

RGB 172 175 154 -
CMYK 0.02 0 0.12 0.31
HSL 68.57º 0.12% 0.65% -
HSV(B) 68.57º 0.12% 0.69% -
XYZ 38.18 41.76 36.62 -
YUV 171.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 172 175 154 0.02 0 0.12 0.31 68.57 0.12 0.65
Hex AC AF 9A 2 0 C 1F 45 C 41
Octal 254 257 232 2 0 14 37 105 14 101
Binary 10101100 10101111 10011010 10 0 1100 11111 1000101 1100 1000001

Color Harmonies of #ACAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF9A

Black with #ACAF9A

Text Example


Text Example

White with #ACAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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