Html Css Color HEX #9EC695 Spring Rain

📋 copy color: '#9EC695'

red 158 ◦ green 198 ◦ blue 149

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

Shades of Spring Rain #9EC695

Tints of Spring Rain #9EC695

RGB

 RED value IS 158 (62.11% from 255) = 31.29%

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

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 31.29%
G = 39.21%
B = 29.5%

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

#9EC695 (or 0x9EC695) is known color: Spring Rain. HEX triplet: 9E, C6 and 95. RGB value is (158,198,149). Sum of RGB (Red+Green+Blue) = 158+198+149=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC695 is #61396A. Grayscale: #B4B4B4. Windows color (decimal): -6371691 or 9815710. OLE color: 9815710.

HSL color Cylindrical-coordinate representation of color #9EC695: hue angle of 108.98º 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 #9EC695 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 198 149 -
CMYK 0.20 0 0.25 0.22
HSL 108.98º 0.3% 0.68% -
HSV(B) 108.98º 0.25% 0.78% -
XYZ 39.72 49.83 35.96 -
YUV 180.45 110.25 111.98 -
System Red Green Blue C M Y K H S L
Decimal 158 198 149 0.20 0 0.25 0.22 108.98 0.3 0.68
Hex 9E C6 95 14 0 19 16 6D 1E 44
Octal 236 306 225 24 0 31 26 155 36 104
Binary 10011110 11000110 10010101 10100 0 11001 10110 1101101 11110 1000100

Color Harmonies of #9EC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC695

Black with #9EC695

Text Example


Text Example

White with #9EC695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,198,149); }

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

background-color css

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

 a { background-color: rgb(158,198,149); }

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

border-color css

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

 span { border-color: rgb(158,198,149); }

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