Html Css Color HEX #0A8171 Pine Green

📋 copy color: '#0A8171'

red 10 ◦ green 129 ◦ blue 113

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

Shades of Pine Green #0A8171

Tints of Pine Green #0A8171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.84%

R = 3.97%
G = 51.19%
B = 44.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#0A8171 (or 0x0A8171) is known color: Pine Green. HEX triplet: 0A, 81 and 71. RGB value is (10,129,113). Sum of RGB (Red+Green+Blue) = 10+129+113=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #0A8171 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8171 is #F57E8E. Grayscale: #5B5B5B. Windows color (decimal): -16088719 or 7438602. OLE color: 7438602.

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

Color convert

RGB 10 129 113 -
CMYK 0.92 0 0.12 0.49
HSL 171.93º 0.86% 0.27% -
HSV(B) 171.93º 0.92% 0.51% -
XYZ 10.96 16.96 18.32 -
YUV 91.6 140.08 69.8 -
System Red Green Blue C M Y K H S L
Decimal 10 129 113 0.92 0 0.12 0.49 171.93 0.86 0.27
Hex A 81 71 5C 0 C 31 AC 56 1B
Octal 12 201 161 134 0 14 61 254 126 33
Binary 1010 10000001 1110001 1011100 0 1100 110001 10101100 1010110 11011

Color Harmonies of #0A8171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8171

Black with #0A8171

Text Example


Text Example

White with #0A8171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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