#9AC194

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

Shades of Spring Rain #9AC194

Tints of Spring Rain #9AC194

Color information

#9AC194 (or 0x9AC194) is unknown color: approx Spring Rain. HEX triplet: 9A, C1 and 94. RGB value is (154,193,148). Sum of RGB (Red+Green+Blue) = 154+193+148=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC194 is #653E6B. Grayscale: #B0B0B0. Windows color (decimal): -6635116 or 9748890. OLE color: 9748890.

HSL color Cylindrical-coordinate representation of color #9AC194: hue angle of 112º 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 #9AC194 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB154193148-
CMYK0.2000.230.24
HSL112º26.63%66.86%-
HSV(B)112º23.32%75.69%-
XYZ37.7447.1535.13-
YUV176.21112.08112.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.11%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=31.11%
G=38.99%
B=29.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541931480.2000.230.2411226.6366.86
Hex9AC1941401718701b43
Octal232301224240273016033103
Binary10011010110000011001010010100010111110001110000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,193,148); }

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

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

 a { background-color: rgb(154,193,148); }

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

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

 span { border-color: rgb(154,193,148); }

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