Html Css Color HEX #A4AC90 Green Spring

📋 copy color: '#A4AC90'

red 164 ◦ green 172 ◦ blue 144

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

Shades of Green Spring #A4AC90

Tints of Green Spring #A4AC90

RGB

 RED value IS 164 (64.45% from 255) = 34.17%

 GREEN value IS 172 (67.58% from 255) = 35.83%

 BLUE value IS 144 (56.64% from 255) = 30%

R = 34.17%
G = 35.83%
B = 30%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#A4AC90 (or 0xA4AC90) is known color: Green Spring. HEX triplet: A4, AC and 90. RGB value is (164,172,144). Sum of RGB (Red+Green+Blue) = 164+172+144=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AC90 is #5B536F. Grayscale: #A6A6A6. Windows color (decimal): -5985136 or 9481380. OLE color: 9481380.

HSL color Cylindrical-coordinate representation of color #A4AC90: hue angle of 77.14º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4AC90 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 172 144 -
CMYK 0.05 0 0.16 0.33
HSL 77.14º 0.14% 0.62% -
HSV(B) 77.14º 0.16% 0.67% -
XYZ 35.1 39.41 32.14 -
YUV 166.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 164 172 144 0.05 0 0.16 0.33 77.14 0.14 0.62
Hex A4 AC 90 5 0 10 21 4D E 3E
Octal 244 254 220 5 0 20 41 115 16 76
Binary 10100100 10101100 10010000 101 0 10000 100001 1001101 1110 111110

Color Harmonies of #A4AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AC90

Black with #A4AC90

Text Example


Text Example

White with #A4AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AC90; }

 p { color: rgb(164,172,144); }

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

background-color css

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

 a { background-color: rgb(164,172,144); }

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

border-color css

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

 span { border-color: rgb(164,172,144); }

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