#0A7938

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

Shades of Dark Spring Green #0A7938

Tints of Dark Spring Green #0A7938

Color information

#0A7938 (or 0x0A7938) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 79 and 38. RGB value is (10,121,56). Sum of RGB (Red+Green+Blue) = 10+121+56=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 121 (47.66% from 255 or 64.71% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7938 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7938 is #F586C7. Grayscale: #505050. Windows color (decimal): -16090824 or 3701002. OLE color: 3701002.

HSL color Cylindrical-coordinate representation of color #0A7938: hue angle of 144.86º 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 #0A7938 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1012156-
CMYK0.9200.540.53
HSL144.86º84.73%25.69%-
HSV(B)144.86º91.74%47.45%-
XYZ7.6814.026.04-
YUV80.4114.2377.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 121 (47.66% from 255) = 64.71%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=5.35%
G=64.71%
B=29.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10121560.9200.540.53144.8684.7325.69
HexA79385C0363591551a
Octal12171701340666522112532
Binary101011110011110001011100011011011010110010001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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