Html Css Color HEX #0A8471 Pine Green

📋 copy color: '#0A8471'

red 10 ◦ green 132 ◦ blue 113

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

Shades of Pine Green #0A8471

Tints of Pine Green #0A8471

RGB

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

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

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

R = 3.92%
G = 51.76%
B = 44.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#0A8471 (or 0x0A8471) is known color: Pine Green. HEX triplet: 0A, 84 and 71. RGB value is (10,132,113). Sum of RGB (Red+Green+Blue) = 10+132+113=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8471 is #F57B8E. Grayscale: #5D5D5D. Windows color (decimal): -16087951 or 7439370. OLE color: 7439370.

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

Color convert

RGB 10 132 113 -
CMYK 0.92 0 0.14 0.48
HSL 170.66º 0.86% 0.28% -
HSV(B) 170.66º 0.92% 0.52% -
XYZ 11.36 17.76 18.45 -
YUV 93.36 139.08 68.54 -
System Red Green Blue C M Y K H S L
Decimal 10 132 113 0.92 0 0.14 0.48 170.66 0.86 0.28
Hex A 84 71 5C 0 E 30 AB 56 1C
Octal 12 204 161 134 0 16 60 253 126 34
Binary 1010 10000100 1110001 1011100 0 1110 110000 10101011 1010110 11100

Color Harmonies of #0A8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8471

Black with #0A8471

Text Example


Text Example

White with #0A8471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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