Html Css Color HEX #0A8473 Pine Green

📋 copy color: '#0A8473'

red 10 ◦ green 132 ◦ blue 115

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

Shades of Pine Green #0A8473

Tints of Pine Green #0A8473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.36%

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

R = 3.89%
G = 51.36%
B = 44.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#0A8473 (or 0x0A8473) is known color: Pine Green. HEX triplet: 0A, 84 and 73. RGB value is (10,132,115). Sum of RGB (Red+Green+Blue) = 10+132+115=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8473 is #F57B8C. Grayscale: #5D5D5D. Windows color (decimal): -16087949 or 7570442. OLE color: 7570442.

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

Color convert

RGB 10 132 115 -
CMYK 0.92 0 0.13 0.48
HSL 171.64º 0.86% 0.28% -
HSV(B) 171.64º 0.92% 0.52% -
XYZ 11.47 17.8 19.05 -
YUV 93.58 140.08 68.38 -
System Red Green Blue C M Y K H S L
Decimal 10 132 115 0.92 0 0.13 0.48 171.64 0.86 0.28
Hex A 84 73 5C 0 D 30 AC 56 1C
Octal 12 204 163 134 0 15 60 254 126 34
Binary 1010 10000100 1110011 1011100 0 1101 110000 10101100 1010110 11100

Color Harmonies of #0A8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8473

Black with #0A8473

Text Example


Text Example

White with #0A8473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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