#9ACA92

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

Shades of Spring Rain #9ACA92

Tints of Spring Rain #9ACA92

Color information

#9ACA92 (or 0x9ACA92) is unknown color: approx Spring Rain. HEX triplet: 9A, CA and 92. RGB value is (154,202,146). Sum of RGB (Red+Green+Blue) = 154+202+146=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACA92 is #65356D. Grayscale: #B5B5B5. Windows color (decimal): -6632814 or 9620122. OLE color: 9620122.

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

Color convert

RGB154202146-
CMYK0.2400.280.21
HSL111.43º34.57%68.24%-
HSV(B)111.43º27.72%79.22%-
XYZ39.6451.1934.99-
YUV181.26108.1108.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.68%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=30.68%
G=40.24%
B=29.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021460.2400.280.21111.4334.5768.24
Hex9ACA921801C156f2344
Octal232312222300342515743104
Binary100110101100101010010010110000111001010111011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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