#9AB25F

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

Shades of Green Smoke #9AB25F

Tints of Green Smoke #9AB25F

Color information

#9AB25F (or 0x9AB25F) is unknown color: approx Green Smoke. HEX triplet: 9A, B2 and 5F. RGB value is (154,178,95). Sum of RGB (Red+Green+Blue) = 154+178+95=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB25F is #654DA0. Grayscale: #A1A1A1. Windows color (decimal): -6639009 or 6271642. OLE color: 6271642.

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

Color convert

RGB15417895-
CMYK0.1300.470.30
HSL77.35º35.02%53.53%-
HSV(B)77.35º46.63%69.8%-
XYZ31.3139.5416.81-
YUV161.3690.55122.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 178 (69.92% from 255) = 41.69%
BLUE value IS 95 (37.5% from 255) = 22.25%
R=36.07%
G=41.69%
B=22.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal154178950.1300.470.3077.3535.0253.53
Hex9AB25FD02F1E4d2336
Octal23226213715057361154366
Binary1001101010110010101111111010101111111101001101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,178,95); }

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

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

 a { background-color: rgb(154,178,95); }

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

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

 span { border-color: rgb(154,178,95); }

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