#097A42

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

Shades of Dark Spring Green #097A42

Tints of Dark Spring Green #097A42

Color information

#097A42 (or 0x097A42) is unknown color: approx Dark Spring Green. HEX triplet: 09, 7A and 42. RGB value is (9,122,66). Sum of RGB (Red+Green+Blue) = 9+122+66=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 122 (48.05% from 255 or 61.93% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 122 - color contains mainly: green. Hex color #097A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097A42 is #F685BD. Grayscale: #515151. Windows color (decimal): -16156094 or 4356617. OLE color: 4356617.

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

Color convert

RGB912266-
CMYK0.9300.460.52
HSL150.27º86.26%25.69%-
HSV(B)150.27º92.62%47.84%-
XYZ8.0614.377.5-
YUV81.83119.0676.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.57%
GREEN value IS 122 (48.05% from 255) = 61.93%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=4.57%
G=61.93%
B=33.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9122660.9300.460.52150.2786.2625.69
Hex97A425D02E3496561a
Octal111721021350566422612632
Binary1001111101010000101011101010111011010010010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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