Html Css Color HEX #9ABC96 Spring Rain

📋 copy color: '#9ABC96'

red 154 ◦ green 188 ◦ blue 150

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

Shades of Spring Rain #9ABC96

Tints of Spring Rain #9ABC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.21%

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

R = 31.3%
G = 38.21%
B = 30.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#9ABC96 (or 0x9ABC96) is known color: Spring Rain. HEX triplet: 9A, BC and 96. RGB value is (154,188,150). Sum of RGB (Red+Green+Blue) = 154+188+150=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC96 is #654369. Grayscale: #ADADAD. Windows color (decimal): -6636394 or 9878682. OLE color: 9878682.

HSL color Cylindrical-coordinate representation of color #9ABC96: hue angle of 113.68º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9ABC96 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 150 -
CMYK 0.18 0 0.20 0.26
HSL 113.68º 0.22% 0.66% -
HSV(B) 113.68º 0.2% 0.74% -
XYZ 36.81 45.04 35.61 -
YUV 173.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 154 188 150 0.18 0 0.20 0.26 113.68 0.22 0.66
Hex 9A BC 96 12 0 14 1A 72 16 42
Octal 232 274 226 22 0 24 32 162 26 102
Binary 10011010 10111100 10010110 10010 0 10100 11010 1110010 10110 1000010

Color Harmonies of #9ABC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC96

Black with #9ABC96

Text Example


Text Example

White with #9ABC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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