Html Css Color HEX #A0AC4D Green Smoke

📋 copy color: '#A0AC4D'

red 160 ◦ green 172 ◦ blue 77

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

Shades of Green Smoke #A0AC4D

Tints of Green Smoke #A0AC4D

RGB

 RED value IS 160 (62.89% from 255) = 39.12%

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

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 39.12%
G = 42.05%
B = 18.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#A0AC4D (or 0xA0AC4D) is known color: Green Smoke. HEX triplet: A0, AC and 4D. RGB value is (160,172,77). Sum of RGB (Red+Green+Blue) = 160+172+77=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC4D is #5F53B2. Grayscale: #9D9D9D. Windows color (decimal): -6247347 or 5090464. OLE color: 5090464.

HSL color Cylindrical-coordinate representation of color #A0AC4D: hue angle of 67.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0AC4D is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 172 77 -
CMYK 0.07 0 0.55 0.33
HSL 67.58º 0.38% 0.49% -
HSV(B) 67.58º 0.55% 0.67% -
XYZ 30.59 37.51 12.65 -
YUV 157.58 82.52 129.72 -
System Red Green Blue C M Y K H S L
Decimal 160 172 77 0.07 0 0.55 0.33 67.58 0.38 0.49
Hex A0 AC 4D 7 0 37 21 44 26 31
Octal 240 254 115 7 0 67 41 104 46 61
Binary 10100000 10101100 1001101 111 0 110111 100001 1000100 100110 110001

Color Harmonies of #A0AC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC4D

Black with #A0AC4D

Text Example


Text Example

White with #A0AC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC4D; }

 p { color: rgb(160,172,77); }

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

background-color css

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

 a { background-color: rgb(160,172,77); }

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

border-color css

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

 span { border-color: rgb(160,172,77); }

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