Html Css Color HEX #9AC096 Spring Rain

📋 copy color: '#9AC096'

red 154 ◦ green 192 ◦ blue 150

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

Shades of Spring Rain #9AC096

Tints of Spring Rain #9AC096

RGB

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

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

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

R = 31.05%
G = 38.71%
B = 30.24%

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

#9AC096 (or 0x9AC096) is known color: Spring Rain. HEX triplet: 9A, C0 and 96. RGB value is (154,192,150). Sum of RGB (Red+Green+Blue) = 154+192+150=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC096 is #653F69. Grayscale: #AFAFAF. Windows color (decimal): -6635370 or 9879706. OLE color: 9879706.

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

Color convert

RGB 154 192 150 -
CMYK 0.20 0 0.22 0.25
HSL 114.29º 0.25% 0.67% -
HSV(B) 114.29º 0.22% 0.75% -
XYZ 37.68 46.77 35.9 -
YUV 175.85 113.41 112.42 -
System Red Green Blue C M Y K H S L
Decimal 154 192 150 0.20 0 0.22 0.25 114.29 0.25 0.67
Hex 9A C0 96 14 0 16 19 72 19 43
Octal 232 300 226 24 0 26 31 162 31 103
Binary 10011010 11000000 10010110 10100 0 10110 11001 1110010 11001 1000011

Color Harmonies of #9AC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC096

Black with #9AC096

Text Example


Text Example

White with #9AC096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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