#0A7942

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

Shades of Dark Spring Green #0A7942

Tints of Dark Spring Green #0A7942

Color information

#0A7942 (or 0x0A7942) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 79 and 42. RGB value is (10,121,66). Sum of RGB (Red+Green+Blue) = 10+121+66=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7942 is #F586BD. Grayscale: #515151. Windows color (decimal): -16090814 or 4356362. OLE color: 4356362.

HSL color Cylindrical-coordinate representation of color #0A7942: hue angle of 150.27º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7942 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1012166-
CMYK0.9200.450.53
HSL150.27º84.73%25.69%-
HSV(B)150.27º91.74%47.45%-
XYZ7.9514.137.46-
YUV81.54119.2376.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.08%
GREEN value IS 121 (47.66% from 255) = 61.42%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=5.08%
G=61.42%
B=33.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10121660.9200.450.53150.2784.7325.69
HexA79425C02D3596551a
Octal121711021340556522612532
Binary1010111100110000101011100010110111010110010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A7942; }

 p { color: rgb(10,121,66); }

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

<style>
 a { background-color: #0A7942; }

 a { background-color: rgb(10,121,66); }

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

<style>
 span { border-color: #0A7942; }

 span { border-color: rgb(10,121,66); }

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