Html Css Color HEX #A2AE50 Green Smoke

📋 copy color: '#A2AE50'

red 162 ◦ green 174 ◦ blue 80

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

Shades of Green Smoke #A2AE50

Tints of Green Smoke #A2AE50

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.83%

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 38.94%
G = 41.83%
B = 19.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#A2AE50 (or 0xA2AE50) is known color: Green Smoke. HEX triplet: A2, AE and 50. RGB value is (162,174,80). Sum of RGB (Red+Green+Blue) = 162+174+80=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AE50 is #5D51AF. Grayscale: #A0A0A0. Windows color (decimal): -6115760 or 5287586. OLE color: 5287586.

HSL color Cylindrical-coordinate representation of color #A2AE50: hue angle of 67.66º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2AE50 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 174 80 -
CMYK 0.07 0 0.54 0.32
HSL 67.66º 0.37% 0.5% -
HSV(B) 67.66º 0.54% 0.68% -
XYZ 31.48 38.53 13.37 -
YUV 159.7 83.02 129.64 -
System Red Green Blue C M Y K H S L
Decimal 162 174 80 0.07 0 0.54 0.32 67.66 0.37 0.5
Hex A2 AE 50 7 0 36 20 44 25 32
Octal 242 256 120 7 0 66 40 104 45 62
Binary 10100010 10101110 1010000 111 0 110110 100000 1000100 100101 110010

Color Harmonies of #A2AE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE50

Black with #A2AE50

Text Example


Text Example

White with #A2AE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE50; }

 p { color: rgb(162,174,80); }

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

background-color css

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

 a { background-color: rgb(162,174,80); }

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

border-color css

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

 span { border-color: rgb(162,174,80); }

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