Html Css Color HEX #0A8173 Pine Green

📋 copy color: '#0A8173'

red 10 ◦ green 129 ◦ blue 115

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

Shades of Pine Green #0A8173

Tints of Pine Green #0A8173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.28%

R = 3.94%
G = 50.79%
B = 45.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#0A8173 (or 0x0A8173) is known color: Pine Green. HEX triplet: 0A, 81 and 73. RGB value is (10,129,115). Sum of RGB (Red+Green+Blue) = 10+129+115=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #0A8173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8173 is #F57E8C. Grayscale: #5B5B5B. Windows color (decimal): -16088717 or 7569674. OLE color: 7569674.

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

Color convert

RGB 10 129 115 -
CMYK 0.92 0 0.11 0.49
HSL 172.94º 0.86% 0.27% -
HSV(B) 172.94º 0.92% 0.51% -
XYZ 11.07 17 18.92 -
YUV 91.82 141.08 69.64 -
System Red Green Blue C M Y K H S L
Decimal 10 129 115 0.92 0 0.11 0.49 172.94 0.86 0.27
Hex A 81 73 5C 0 B 31 AD 56 1B
Octal 12 201 163 134 0 13 61 255 126 33
Binary 1010 10000001 1110011 1011100 0 1011 110001 10101101 1010110 11011

Color Harmonies of #0A8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8173

Black with #0A8173

Text Example


Text Example

White with #0A8173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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