Html Css Color HEX #A2AB8E Green Spring

📋 copy color: '#A2AB8E'

red 162 ◦ green 171 ◦ blue 142

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

Shades of Green Spring #A2AB8E

Tints of Green Spring #A2AB8E

RGB

 RED value IS 162 (63.67% from 255) = 34.11%

 GREEN value IS 171 (67.19% from 255) = 36%

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 34.11%
G = 36%
B = 29.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#A2AB8E (or 0xA2AB8E) is known color: Green Spring. HEX triplet: A2, AB and 8E. RGB value is (162,171,142). Sum of RGB (Red+Green+Blue) = 162+171+142=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB8E is #5D5471. Grayscale: #A5A5A5. Windows color (decimal): -6116466 or 9350050. OLE color: 9350050.

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

Color convert

RGB 162 171 142 -
CMYK 0.05 0 0.17 0.33
HSL 78.62º 0.15% 0.61% -
HSV(B) 78.62º 0.17% 0.67% -
XYZ 34.35 38.76 31.26 -
YUV 165 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 162 171 142 0.05 0 0.17 0.33 78.62 0.15 0.61
Hex A2 AB 8E 5 0 11 21 4F F 3D
Octal 242 253 216 5 0 21 41 117 17 75
Binary 10100010 10101011 10001110 101 0 10001 100001 1001111 1111 111101

Color Harmonies of #A2AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB8E

Black with #A2AB8E

Text Example


Text Example

White with #A2AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB8E; }

 p { color: rgb(162,171,142); }

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

background-color css

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

 a { background-color: rgb(162,171,142); }

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

border-color css

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

 span { border-color: rgb(162,171,142); }

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