Html Css Color HEX #9FCB96 Spring Rain

📋 copy color: '#9FCB96'

red 159 ◦ green 203 ◦ blue 150

#9FCB96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #9FCB96

Tints of Spring Rain #9FCB96

RGB

 RED value IS 159 (62.5% from 255) = 31.05%

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 150 (58.98% from 255) = 29.3%

R = 31.05%
G = 39.65%
B = 29.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#9FCB96 (or 0x9FCB96) is known color: Spring Rain. HEX triplet: 9F, CB and 96. RGB value is (159,203,150). Sum of RGB (Red+Green+Blue) = 159+203+150=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCB96 is #603469. Grayscale: #B7B7B7. Windows color (decimal): -6304874 or 9882527. OLE color: 9882527.

HSL color Cylindrical-coordinate representation of color #9FCB96: hue angle of 109.81º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FCB96 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 203 150 -
CMYK 0.22 0 0.26 0.20
HSL 109.81º 0.34% 0.69% -
HSV(B) 109.81º 0.26% 0.8% -
XYZ 41.16 52.28 36.78 -
YUV 183.8 108.92 110.31 -
System Red Green Blue C M Y K H S L
Decimal 159 203 150 0.22 0 0.26 0.20 109.81 0.34 0.69
Hex 9F CB 96 16 0 1A 14 6E 22 45
Octal 237 313 226 26 0 32 24 156 42 105
Binary 10011111 11001011 10010110 10110 0 11010 10100 1101110 100010 1000101

Color Harmonies of #9FCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCB96

Black with #9FCB96

Text Example


Text Example

White with #9FCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,203,150); }

 H1.HeaderClassName
 {
   color: #9FCB96;
 }
 .AnyTagClassName
 {
   color: #9FCB96;
 }
</style>

background-color css

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

 a { background-color: rgb(159,203,150); }

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

border-color css

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

 span { border-color: rgb(159,203,150); }

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