Html Css Color HEX #0A8371 Pine Green

📋 copy color: '#0A8371'

red 10 ◦ green 131 ◦ blue 113

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

Shades of Pine Green #0A8371

Tints of Pine Green #0A8371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.57%

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

R = 3.94%
G = 51.57%
B = 44.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#0A8371 (or 0x0A8371) is known color: Pine Green. HEX triplet: 0A, 83 and 71. RGB value is (10,131,113). Sum of RGB (Red+Green+Blue) = 10+131+113=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8371 is #F57C8E. Grayscale: #5C5C5C. Windows color (decimal): -16088207 or 7439114. OLE color: 7439114.

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

Color convert

RGB 10 131 113 -
CMYK 0.92 0 0.14 0.49
HSL 171.07º 0.86% 0.28% -
HSV(B) 171.07º 0.92% 0.51% -
XYZ 11.22 17.49 18.41 -
YUV 92.77 139.41 68.96 -
System Red Green Blue C M Y K H S L
Decimal 10 131 113 0.92 0 0.14 0.49 171.07 0.86 0.28
Hex A 83 71 5C 0 E 31 AB 56 1C
Octal 12 203 161 134 0 16 61 253 126 34
Binary 1010 10000011 1110001 1011100 0 1110 110001 10101011 1010110 11100

Color Harmonies of #0A8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8371

Black with #0A8371

Text Example


Text Example

White with #0A8371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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