Html Css Color HEX #9FC694 Spring Rain

📋 copy color: '#9FC694'

red 159 ◦ green 198 ◦ blue 148

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

Shades of Spring Rain #9FC694

Tints of Spring Rain #9FC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.21%

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 31.49%
G = 39.21%
B = 29.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#9FC694 (or 0x9FC694) is known color: Spring Rain. HEX triplet: 9F, C6 and 94. RGB value is (159,198,148). Sum of RGB (Red+Green+Blue) = 159+198+148=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC694 is #60396B. Grayscale: #B4B4B4. Windows color (decimal): -6306156 or 9750175. OLE color: 9750175.

HSL color Cylindrical-coordinate representation of color #9FC694: hue angle of 106.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FC694 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 198 148 -
CMYK 0.20 0 0.25 0.22
HSL 106.8º 0.3% 0.68% -
HSV(B) 106.8º 0.25% 0.78% -
XYZ 39.84 49.9 35.55 -
YUV 180.64 109.58 112.57 -
System Red Green Blue C M Y K H S L
Decimal 159 198 148 0.20 0 0.25 0.22 106.8 0.3 0.68
Hex 9F C6 94 14 0 19 16 6B 1E 44
Octal 237 306 224 24 0 31 26 153 36 104
Binary 10011111 11000110 10010100 10100 0 11001 10110 1101011 11110 1000100

Color Harmonies of #9FC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC694

Black with #9FC694

Text Example


Text Example

White with #9FC694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,198,148); }

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

background-color css

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

 a { background-color: rgb(159,198,148); }

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

border-color css

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

 span { border-color: rgb(159,198,148); }

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