#9AC48E

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

Shades of Spring Rain #9AC48E

Tints of Spring Rain #9AC48E

Color information

#9AC48E (or 0x9AC48E) is unknown color: approx Spring Rain. HEX triplet: 9A, C4 and 8E. RGB value is (154,196,142). Sum of RGB (Red+Green+Blue) = 154+196+142=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC48E is #653B71. Grayscale: #B1B1B1. Windows color (decimal): -6634354 or 9356442. OLE color: 9356442.

HSL color Cylindrical-coordinate representation of color #9AC48E: hue angle of 106.67º degrees, saturation: 0.31, 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 #9AC48E is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB154196142-
CMYK0.2100.280.23
HSL106.67º31.4%66.27%-
HSV(B)106.67º27.55%76.86%-
XYZ37.9548.332.91-
YUV177.29108.09111.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 196 (76.95% from 255) = 39.84%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=31.30%
G=39.84%
B=28.86%

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
Decimal1541961420.2100.280.23106.6731.466.27
Hex9AC48E1501C176b1f42
Octal232304216250342715337102
Binary10011010110001001000111010101011100101111101011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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