Html Css Color HEX #A0B25E Green Smoke

📋 copy color: '#A0B25E'

red 160 ◦ green 178 ◦ blue 94

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

Shades of Green Smoke #A0B25E

Tints of Green Smoke #A0B25E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.2%

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

R = 37.04%
G = 41.2%
B = 21.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#A0B25E (or 0xA0B25E) is known color: Green Smoke. HEX triplet: A0, B2 and 5E. RGB value is (160,178,94). Sum of RGB (Red+Green+Blue) = 160+178+94=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B25E is #5F4DA1. Grayscale: #A3A3A3. Windows color (decimal): -6245794 or 6206112. OLE color: 6206112.

HSL color Cylindrical-coordinate representation of color #A0B25E: hue angle of 72.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0B25E is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 94 -
CMYK 0.10 0 0.47 0.30
HSL 72.86º 0.35% 0.53% -
HSV(B) 72.86º 0.47% 0.7% -
XYZ 32.44 40.12 16.62 -
YUV 163.04 89.04 125.83 -
System Red Green Blue C M Y K H S L
Decimal 160 178 94 0.10 0 0.47 0.30 72.86 0.35 0.53
Hex A0 B2 5E A 0 2F 1E 49 23 35
Octal 240 262 136 12 0 57 36 111 43 65
Binary 10100000 10110010 1011110 1010 0 101111 11110 1001001 100011 110101

Color Harmonies of #A0B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B25E

Black with #A0B25E

Text Example


Text Example

White with #A0B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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