#9ACA93

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

Shades of Spring Rain #9ACA93

Tints of Spring Rain #9ACA93

Color information

#9ACA93 (or 0x9ACA93) is unknown color: approx Spring Rain. HEX triplet: 9A, CA and 93. RGB value is (154,202,147). Sum of RGB (Red+Green+Blue) = 154+202+147=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACA93 is #65356C. Grayscale: #B5B5B5. Windows color (decimal): -6632813 or 9685658. OLE color: 9685658.

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

Color convert

RGB154202147-
CMYK0.2400.270.21
HSL112.36º34.16%68.43%-
HSV(B)112.36º27.23%79.22%-
XYZ39.7151.2235.4-
YUV181.38108.6108.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=30.62%
G=40.16%
B=29.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021470.2400.270.21112.3634.1668.43
Hex9ACA931801B15702244
Octal232312223300332516042104
Binary100110101100101010010011110000110111010111100001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,147); }

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

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

 a { background-color: rgb(154,202,147); }

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

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

 span { border-color: rgb(154,202,147); }

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