#9AA253

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

Shades of Green Smoke #9AA253

Tints of Green Smoke #9AA253

Color information

#9AA253 (or 0x9AA253) is unknown color: approx Green Smoke. HEX triplet: 9A, A2 and 53. RGB value is (154,162,83). Sum of RGB (Red+Green+Blue) = 154+162+83=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA253 is #655DAC. Grayscale: #969696. Windows color (decimal): -6643117 or 5481114. OLE color: 5481114.

HSL color Cylindrical-coordinate representation of color #9AA253: hue angle of 66.08º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AA253 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB15416283-
CMYK0.0500.490.36
HSL66.08º32.24%48.04%-
HSV(B)66.08º48.77%63.53%-
XYZ27.8133.3413.15-
YUV150.689.85130.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.60%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 83 (32.81% from 255) = 20.80%
R=38.60%
G=40.60%
B=20.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal154162830.0500.490.3666.0832.2448.04
Hex9AA253503124422030
Octal2322421235061441024060
Binary1001101010100010101001110101100011001001000010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,83); }

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

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

 a { background-color: rgb(154,162,83); }

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

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

 span { border-color: rgb(154,162,83); }

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