Html Css Color HEX #A5AC90 Green Spring

📋 copy color: '#A5AC90'

red 165 ◦ green 172 ◦ blue 144

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

Shades of Green Spring #A5AC90

Tints of Green Spring #A5AC90

RGB

 RED value IS 165 (64.84% from 255) = 34.3%

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

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

R = 34.3%
G = 35.76%
B = 29.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#A5AC90 (or 0xA5AC90) is known color: Green Spring. HEX triplet: A5, AC and 90. RGB value is (165,172,144). Sum of RGB (Red+Green+Blue) = 165+172+144=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC90 is #5A536F. Grayscale: #A6A6A6. Windows color (decimal): -5919600 or 9481381. OLE color: 9481381.

HSL color Cylindrical-coordinate representation of color #A5AC90: hue angle of 75º 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 #A5AC90 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 172 144 -
CMYK 0.04 0 0.16 0.33
HSL 75º 0.14% 0.62% -
HSV(B) 75º 0.16% 0.67% -
XYZ 35.3 39.52 32.15 -
YUV 166.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 165 172 144 0.04 0 0.16 0.33 75 0.14 0.62
Hex A5 AC 90 4 0 10 21 4B E 3E
Octal 245 254 220 4 0 20 41 113 16 76
Binary 10100101 10101100 10010000 100 0 10000 100001 1001011 1110 111110

Color Harmonies of #A5AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC90

Black with #A5AC90

Text Example


Text Example

White with #A5AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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