#9FCA92

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

Shades of Spring Rain #9FCA92

Tints of Spring Rain #9FCA92

Color information

#9FCA92 (or 0x9FCA92) is unknown color: approx Spring Rain. HEX triplet: 9F, CA and 92. RGB value is (159,202,146). Sum of RGB (Red+Green+Blue) = 159+202+146=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA92 is #60356D. Grayscale: #B6B6B6. Windows color (decimal): -6305134 or 9620127. OLE color: 9620127.

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

Color convert

RGB159202146-
CMYK0.2100.280.21
HSL106.07º34.57%68.24%-
HSV(B)106.07º27.72%79.22%-
XYZ40.6151.6935.03-
YUV182.76107.25111.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=31.36%
G=39.84%
B=28.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021460.2100.280.21106.0734.5768.24
Hex9FCA921501C156a2344
Octal237312222250342515243104
Binary100111111100101010010010101010111001010111010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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