Html Css Color HEX #9AC095 Spring Rain

📋 copy color: '#9AC095'

red 154 ◦ green 192 ◦ blue 149

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

Shades of Spring Rain #9AC095

Tints of Spring Rain #9AC095

RGB

 RED value IS 154 (60.55% from 255) = 31.11%

 GREEN value IS 192 (75.39% from 255) = 38.79%

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

R = 31.11%
G = 38.79%
B = 30.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#9AC095 (or 0x9AC095) is known color: Spring Rain. HEX triplet: 9A, C0 and 95. RGB value is (154,192,149). Sum of RGB (Red+Green+Blue) = 154+192+149=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC095 is #653F6A. Grayscale: #AFAFAF. Windows color (decimal): -6635371 or 9814170. OLE color: 9814170.

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

Color convert

RGB 154 192 149 -
CMYK 0.20 0 0.22 0.25
HSL 113.02º 0.25% 0.67% -
HSV(B) 113.02º 0.22% 0.75% -
XYZ 37.6 46.74 35.47 -
YUV 175.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 154 192 149 0.20 0 0.22 0.25 113.02 0.25 0.67
Hex 9A C0 95 14 0 16 19 71 19 43
Octal 232 300 225 24 0 26 31 161 31 103
Binary 10011010 11000000 10010101 10100 0 10110 11001 1110001 11001 1000011

Color Harmonies of #9AC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC095

Black with #9AC095

Text Example


Text Example

White with #9AC095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,149); }

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

background-color css

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

 a { background-color: rgb(154,192,149); }

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

border-color css

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

 span { border-color: rgb(154,192,149); }

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