#097C42

Color #097C42 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #097C42

Tints of Dark Spring Green #097C42

Color information

#097C42 (or 0x097C42) is unknown color: approx Dark Spring Green. HEX triplet: 09, 7C and 42. RGB value is (9,124,66). Sum of RGB (Red+Green+Blue) = 9+124+66=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 124 (48.83% from 255 or 62.31% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 124 - color contains mainly: green. Hex color #097C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097C42 is #F683BD. Grayscale: #535353. Windows color (decimal): -16155582 or 4357129. OLE color: 4357129.

HSL color Cylindrical-coordinate representation of color #097C42: hue angle of 149.74º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097C42 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB912466-
CMYK0.9300.470.51
HSL149.74º86.47%26.08%-
HSV(B)149.74º92.74%48.63%-
XYZ8.314.877.59-
YUV83118.475.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 124 (48.83% from 255) = 62.31%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=4.52%
G=62.31%
B=33.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9124660.9300.470.51149.7486.4726.08
Hex97C425D02F3396561a
Octal111741021350576322612632
Binary1001111110010000101011101010111111001110010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097C42; }

 p { color: rgb(9,124,66); }

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

<style>
 a { background-color: #097C42; }

 a { background-color: rgb(9,124,66); }

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

<style>
 span { border-color: #097C42; }

 span { border-color: rgb(9,124,66); }

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