#9AC296

Color #9AC296 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9AC296

Tints of Spring Rain #9AC296

Color information

#9AC296 (or 0x9AC296) is unknown color: approx Spring Rain. HEX triplet: 9A, C2 and 96. RGB value is (154,194,150). Sum of RGB (Red+Green+Blue) = 154+194+150=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC296 is #653D69. Grayscale: #B1B1B1. Windows color (decimal): -6634858 or 9880218. OLE color: 9880218.

HSL color Cylindrical-coordinate representation of color #9AC296: hue angle of 114.55º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AC296 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB154194150-
CMYK0.2100.230.24
HSL114.55º26.51%67.45%-
HSV(B)114.55º22.68%76.08%-
XYZ38.1247.6636.04-
YUV177.02112.75111.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.92%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=30.92%
G=38.96%
B=30.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541941500.2100.230.24114.5526.5167.45
Hex9AC2961501718731b43
Octal232302226250273016333103
Binary10011010110000101001011010101010111110001110011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,194,150); }

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

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

 a { background-color: rgb(154,194,150); }

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

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

 span { border-color: rgb(154,194,150); }

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