#9CCA9A

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

Shades of Spring Rain #9CCA9A

Tints of Spring Rain #9CCA9A

Color information

#9CCA9A (or 0x9CCA9A) is unknown color: approx Spring Rain. HEX triplet: 9C, CA and 9A. RGB value is (156,202,154). Sum of RGB (Red+Green+Blue) = 156+202+154=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA9A is #633565. Grayscale: #B6B6B6. Windows color (decimal): -6501734 or 10144412. OLE color: 10144412.

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

Color convert

RGB156202154-
CMYK0.2300.240.21
HSL117.5º31.17%69.8%-
HSV(B)117.5º23.76%79.22%-
XYZ40.6651.6438.4-
YUV182.77111.76108.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=30.47%
G=39.45%
B=30.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021540.2300.240.21117.531.1769.8
Hex9CCA9A1701815751f46
Octal234312232270302516537106
Binary10011100110010101001101010111011000101011110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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