Html Css Color HEX #9ABF94 Spring Rain

📋 copy color: '#9ABF94'

red 154 ◦ green 191 ◦ blue 148

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

Shades of Spring Rain #9ABF94

Tints of Spring Rain #9ABF94

RGB

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

 GREEN value IS 191 (75% from 255) = 38.74%

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

R = 31.24%
G = 38.74%
B = 30.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#9ABF94 (or 0x9ABF94) is known color: Spring Rain. HEX triplet: 9A, BF and 94. RGB value is (154,191,148). Sum of RGB (Red+Green+Blue) = 154+191+148=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF94 is #65406B. Grayscale: #AFAFAF. Windows color (decimal): -6635628 or 9748378. OLE color: 9748378.

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

Color convert

RGB 154 191 148 -
CMYK 0.19 0 0.23 0.25
HSL 111.63º 0.25% 0.66% -
HSV(B) 111.63º 0.23% 0.75% -
XYZ 37.3 46.27 34.98 -
YUV 175.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 154 191 148 0.19 0 0.23 0.25 111.63 0.25 0.66
Hex 9A BF 94 13 0 17 19 70 19 42
Octal 232 277 224 23 0 27 31 160 31 102
Binary 10011010 10111111 10010100 10011 0 10111 11001 1110000 11001 1000010

Color Harmonies of #9ABF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF94

Black with #9ABF94

Text Example


Text Example

White with #9ABF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,148); }

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

background-color css

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

 a { background-color: rgb(154,191,148); }

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

border-color css

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

 span { border-color: rgb(154,191,148); }

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