Html Css Color HEX #0A813B Dark Spring Green

📋 copy color: '#0A813B'

red 10 ◦ green 129 ◦ blue 59

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

Shades of Dark Spring Green #0A813B

Tints of Dark Spring Green #0A813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 65.15%

 BLUE value IS 59 (23.44% from 255) = 29.8%

R = 5.05%
G = 65.15%
B = 29.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#0A813B (or 0x0A813B) is known color: Dark Spring Green. HEX triplet: 0A, 81 and 3B. RGB value is (10,129,59). Sum of RGB (Red+Green+Blue) = 10+129+59=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 129 (50.78% from 255 or 65.15% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 129 - color contains mainly: green. Hex color #0A813B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A813B is #F57EC4. Grayscale: #555555. Windows color (decimal): -16088773 or 3899658. OLE color: 3899658.

HSL color Cylindrical-coordinate representation of color #0A813B: hue angle of 144.71º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A813B is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 129 59 -
CMYK 0.92 0 0.54 0.49
HSL 144.71º 0.86% 0.27% -
HSV(B) 144.71º 0.92% 0.51% -
XYZ 8.76 16.08 6.78 -
YUV 85.44 113.08 74.19 -
System Red Green Blue C M Y K H S L
Decimal 10 129 59 0.92 0 0.54 0.49 144.71 0.86 0.27
Hex A 81 3B 5C 0 36 31 91 56 1B
Octal 12 201 73 134 0 66 61 221 126 33
Binary 1010 10000001 111011 1011100 0 110110 110001 10010001 1010110 11011

Color Harmonies of #0A813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A813B

Black with #0A813B

Text Example


Text Example

White with #0A813B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,129,59); }

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

background-color css

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

 a { background-color: rgb(10,129,59); }

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

border-color css

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

 span { border-color: rgb(10,129,59); }

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