#A1B14F

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

Shades of Green Smoke #A1B14F

Tints of Green Smoke #A1B14F

Color information

#A1B14F (or 0xA1B14F) is unknown color: approx Green Smoke. HEX triplet: A1, B1 and 4F. RGB value is (161,177,79). Sum of RGB (Red+Green+Blue) = 161+177+79=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B14F is #5E4EB0. Grayscale: #A1A1A1. Windows color (decimal): -6180529 or 5222817. OLE color: 5222817.

HSL color Cylindrical-coordinate representation of color #A1B14F: hue angle of 69.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1B14F is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB16117779-
CMYK0.0900.550.31
HSL69.8º38.58%50.2%-
HSV(B)69.8º55.37%69.41%-
XYZ31.8339.5913.36-
YUV161.0481.7127.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 79 (31.25% from 255) = 18.94%
R=38.61%
G=42.45%
B=18.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161177790.0900.550.3169.838.5850.2
HexA1B14F90371F462732
Octal24126111711067371064762
Binary1010000110110001100111110010110111111111000110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B14F; }

 p { color: rgb(161,177,79); }

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

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

 a { background-color: rgb(161,177,79); }

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

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

 span { border-color: rgb(161,177,79); }

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