#9AC48D

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

Shades of Spring Rain #9AC48D

Tints of Spring Rain #9AC48D

Color information

#9AC48D (or 0x9AC48D) is unknown color: approx Spring Rain. HEX triplet: 9A, C4 and 8D. RGB value is (154,196,141). Sum of RGB (Red+Green+Blue) = 154+196+141=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC48D is #653B72. Grayscale: #B1B1B1. Windows color (decimal): -6634355 or 9290906. OLE color: 9290906.

HSL color Cylindrical-coordinate representation of color #9AC48D: hue angle of 105.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AC48D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB154196141-
CMYK0.2100.280.23
HSL105.82º31.79%66.08%-
HSV(B)105.82º28.06%76.86%-
XYZ37.8748.2732.52-
YUV177.17107.59111.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=31.36%
G=39.92%
B=28.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541961410.2100.280.23105.8231.7966.08
Hex9AC48D1501C176a2042
Octal232304215250342715240102
Binary100110101100010010001101101010111001011111010101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,196,141); }

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

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

 a { background-color: rgb(154,196,141); }

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

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

 span { border-color: rgb(154,196,141); }

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