#0A7B3A

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

Shades of Dark Spring Green #0A7B3A

Tints of Dark Spring Green #0A7B3A

Color information

#0A7B3A (or 0x0A7B3A) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 7B and 3A. RGB value is (10,123,58). Sum of RGB (Red+Green+Blue) = 10+123+58=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 123 (48.44% from 255 or 64.40% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7B3A is #F584C5. Grayscale: #515151. Windows color (decimal): -16090310 or 3832586. OLE color: 3832586.

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

Color convert

RGB1012358-
CMYK0.9200.530.52
HSL145.49º84.96%26.08%-
HSV(B)145.49º91.87%48.24%-
XYZ7.9714.546.39-
YUV81.8114.5676.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 123 (48.44% from 255) = 64.40%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=5.24%
G=64.40%
B=30.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10123580.9200.530.52145.4984.9626.08
HexA7B3A5C0353491551a
Octal12173721340656422112532
Binary101011110111110101011100011010111010010010001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,123,58); }

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

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

 a { background-color: rgb(10,123,58); }

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

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

 span { border-color: rgb(10,123,58); }

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