Html Css Color HEX #0A713A Dark Spring Green

📋 copy color: '#0A713A'

red 10 ◦ green 113 ◦ blue 58

#0A713A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #0A713A

Tints of Dark Spring Green #0A713A

RGB

 RED value IS 10 (4.3% from 255) = 5.52%

 GREEN value IS 113 (44.53% from 255) = 62.43%

 BLUE value IS 58 (23.05% from 255) = 32.04%

R = 5.52%
G = 62.43%
B = 32.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#0A713A (or 0x0A713A) is known color: Dark Spring Green. HEX triplet: 0A, 71 and 3A. RGB value is (10,113,58). Sum of RGB (Red+Green+Blue) = 10+113+58=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #0A713A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A713A is #F58EC5. Grayscale: #4C4C4C. Windows color (decimal): -16092870 or 3830026. OLE color: 3830026.

HSL color Cylindrical-coordinate representation of color #0A713A: hue angle of 147.96º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A713A is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 113 58 -
CMYK 0.91 0 0.49 0.56
HSL 147.96º 0.84% 0.24% -
HSV(B) 147.96º 0.91% 0.44% -
XYZ 6.79 12.18 6 -
YUV 75.93 117.88 80.97 -
System Red Green Blue C M Y K H S L
Decimal 10 113 58 0.91 0 0.49 0.56 147.96 0.84 0.24
Hex A 71 3A 5B 0 31 38 94 54 18
Octal 12 161 72 133 0 61 70 224 124 30
Binary 1010 1110001 111010 1011011 0 110001 111000 10010100 1010100 11000

Color Harmonies of #0A713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A713A

Black with #0A713A

Text Example


Text Example

White with #0A713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A713A;
 }
 .AnyTagClassName
 {
   color: #0A713A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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