#9AC08E

Color #9AC08E Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9AC08E

Tints of Spring Rain #9AC08E

Color information

#9AC08E (or 0x9AC08E) is unknown color: approx Spring Rain. HEX triplet: 9A, C0 and 8E. RGB value is (154,192,142). Sum of RGB (Red+Green+Blue) = 154+192+142=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC08E is #653F71. Grayscale: #AFAFAF. Windows color (decimal): -6635378 or 9355418. OLE color: 9355418.

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

Color convert

RGB154192142-
CMYK0.2000.260.25
HSL105.6º28.41%65.49%-
HSV(B)105.6º26.04%75.29%-
XYZ37.0646.5232.62-
YUV174.94109.41113.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=31.56%
G=39.34%
B=29.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541921420.2000.260.25105.628.4165.49
Hex9AC08E1401A196a1c41
Octal232300216240323115234101
Binary10011010110000001000111010100011010110011101010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AC08E;
 }
 .AnyTagClassName
 {
   color: #9AC08E;
 }
</style>
background-color css

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

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

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

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

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

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