#0A7A3E

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

Shades of Dark Spring Green #0A7A3E

Tints of Dark Spring Green #0A7A3E

Color information

#0A7A3E (or 0x0A7A3E) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 7A and 3E. RGB value is (10,122,62). Sum of RGB (Red+Green+Blue) = 10+122+62=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 122 (48.05% from 255 or 62.89% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7A3E is #F585C1. Grayscale: #515151. Windows color (decimal): -16090562 or 4094474. OLE color: 4094474.

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

Color convert

RGB1012262-
CMYK0.9200.490.52
HSL147.86º84.85%25.88%-
HSV(B)147.86º91.8%47.84%-
XYZ7.9514.336.9-
YUV81.67116.8976.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.15%
GREEN value IS 122 (48.05% from 255) = 62.89%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=5.15%
G=62.89%
B=31.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10122620.9200.490.52147.8684.8525.88
HexA7A3E5C0313494551a
Octal12172761340616422412532
Binary101011110101111101011100011000111010010010100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,122,62); }

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

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

 a { background-color: rgb(10,122,62); }

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

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

 span { border-color: rgb(10,122,62); }

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