#9AB14A

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

Shades of Green Smoke #9AB14A

Tints of Green Smoke #9AB14A

Color information

#9AB14A (or 0x9AB14A) is unknown color: approx Green Smoke. HEX triplet: 9A, B1 and 4A. RGB value is (154,177,74). Sum of RGB (Red+Green+Blue) = 154+177+74=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB14A is #654EB5. Grayscale: #9E9E9E. Windows color (decimal): -6639286 or 4895130. OLE color: 4895130.

HSL color Cylindrical-coordinate representation of color #9AB14A: hue angle of 73.4º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AB14A is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB15417774-
CMYK0.1300.580.31
HSL73.4º41.04%49.22%-
HSV(B)73.4º58.19%69.41%-
XYZ30.2838.8112.37-
YUV158.3880.38124.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.02%
GREEN value IS 177 (69.53% from 255) = 43.70%
BLUE value IS 74 (29.30% from 255) = 18.27%
R=38.02%
G=43.70%
B=18.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154177740.1300.580.3173.441.0449.22
Hex9AB14AD03A1F492931
Octal23226111215072371115161
Binary1001101010110001100101011010111010111111001001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB14A; }

 p { color: rgb(154,177,74); }

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

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

 a { background-color: rgb(154,177,74); }

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

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

 span { border-color: rgb(154,177,74); }

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