#9ACA94

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

Shades of Spring Rain #9ACA94

Tints of Spring Rain #9ACA94

Color information

#9ACA94 (or 0x9ACA94) is unknown color: approx Spring Rain. HEX triplet: 9A, CA and 94. RGB value is (154,202,148). Sum of RGB (Red+Green+Blue) = 154+202+148=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACA94 is #65356B. Grayscale: #B5B5B5. Windows color (decimal): -6632812 or 9751194. OLE color: 9751194.

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

Color convert

RGB154202148-
CMYK0.2400.270.21
HSL113.33º33.75%68.63%-
HSV(B)113.33º26.73%79.22%-
XYZ39.7951.2535.81-
YUV181.49109.1108.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=30.56%
G=40.08%
B=29.37%

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
Decimal1542021480.2400.270.21113.3333.7568.63
Hex9ACA941801B15712245
Octal232312224300332516142105
Binary100110101100101010010100110000110111010111100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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