Html Css Color HEX #9AC294 Spring Rain

📋 copy color: '#9AC294'

red 154 ◦ green 194 ◦ blue 148

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

Shades of Spring Rain #9AC294

Tints of Spring Rain #9AC294

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.11%

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

R = 31.05%
G = 39.11%
B = 29.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#9AC294 (or 0x9AC294) is known color: Spring Rain. HEX triplet: 9A, C2 and 94. RGB value is (154,194,148). Sum of RGB (Red+Green+Blue) = 154+194+148=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC294 is #653D6B. Grayscale: #B0B0B0. Windows color (decimal): -6634860 or 9749146. OLE color: 9749146.

HSL color Cylindrical-coordinate representation of color #9AC294: hue angle of 112.17º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AC294 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 194 148 -
CMYK 0.21 0 0.24 0.24
HSL 112.17º 0.27% 0.67% -
HSV(B) 112.17º 0.24% 0.76% -
XYZ 37.96 47.59 35.2 -
YUV 176.8 111.75 111.74 -
System Red Green Blue C M Y K H S L
Decimal 154 194 148 0.21 0 0.24 0.24 112.17 0.27 0.67
Hex 9A C2 94 15 0 18 18 70 1B 43
Octal 232 302 224 25 0 30 30 160 33 103
Binary 10011010 11000010 10010100 10101 0 11000 11000 1110000 11011 1000011

Color Harmonies of #9AC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC294

Black with #9AC294

Text Example


Text Example

White with #9AC294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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