Html Css Color HEX #A0B75E Green Smoke

📋 copy color: '#A0B75E'

red 160 ◦ green 183 ◦ blue 94

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

Shades of Green Smoke #A0B75E

Tints of Green Smoke #A0B75E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 36.61%
G = 41.88%
B = 21.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#A0B75E (or 0xA0B75E) is known color: Green Smoke. HEX triplet: A0, B7 and 5E. RGB value is (160,183,94). Sum of RGB (Red+Green+Blue) = 160+183+94=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B75E is #5F48A1. Grayscale: #A6A6A6. Windows color (decimal): -6244514 or 6207392. OLE color: 6207392.

HSL color Cylindrical-coordinate representation of color #A0B75E: hue angle of 75.51º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0B75E is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 183 94 -
CMYK 0.13 0 0.49 0.28
HSL 75.51º 0.38% 0.54% -
HSV(B) 75.51º 0.49% 0.72% -
XYZ 33.45 42.15 16.96 -
YUV 165.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 160 183 94 0.13 0 0.49 0.28 75.51 0.38 0.54
Hex A0 B7 5E D 0 31 1C 4C 26 36
Octal 240 267 136 15 0 61 34 114 46 66
Binary 10100000 10110111 1011110 1101 0 110001 11100 1001100 100110 110110

Color Harmonies of #A0B75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B75E

Black with #A0B75E

Text Example


Text Example

White with #A0B75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B75E; }

 p { color: rgb(160,183,94); }

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

background-color css

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

 a { background-color: rgb(160,183,94); }

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

border-color css

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

 span { border-color: rgb(160,183,94); }

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