#A0B25B

Color #A0B25B Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A0B25B

Tints of Green Smoke #A0B25B

Color information

#A0B25B (or 0xA0B25B) is unknown color: approx Green Smoke. HEX triplet: A0, B2 and 5B. RGB value is (160,178,91). Sum of RGB (Red+Green+Blue) = 160+178+91=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B25B is #5F4DA4. Grayscale: #A3A3A3. Windows color (decimal): -6245797 or 6009504. OLE color: 6009504.

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

Color convert

RGB16017891-
CMYK0.1000.490.30
HSL72.41º36.1%52.75%-
HSV(B)72.41º48.88%69.8%-
XYZ32.3140.0715.93-
YUV162.787.54126.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=37.30%
G=41.49%
B=21.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160178910.1000.490.3072.4136.152.75
HexA0B25BA0311E482435
Octal24026213312061361104465
Binary1010000010110010101101110100110001111101001000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B25B; }

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

 H1.HeaderClassName
 {
   color: #A0B25B;
 }
 .AnyTagClassName
 {
   color: #A0B25B;
 }
</style>
background-color css

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

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

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

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

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

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