Html Css Color HEX #0A8372 Pine Green

📋 copy color: '#0A8372'

red 10 ◦ green 131 ◦ blue 114

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

Shades of Pine Green #0A8372

Tints of Pine Green #0A8372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 3.92%
G = 51.37%
B = 44.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#0A8372 (or 0x0A8372) is known color: Pine Green. HEX triplet: 0A, 83 and 72. RGB value is (10,131,114). Sum of RGB (Red+Green+Blue) = 10+131+114=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8372 is #F57C8D. Grayscale: #5C5C5C. Windows color (decimal): -16088206 or 7504650. OLE color: 7504650.

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

Color convert

RGB 10 131 114 -
CMYK 0.92 0 0.13 0.49
HSL 171.57º 0.86% 0.28% -
HSV(B) 171.57º 0.92% 0.51% -
XYZ 11.28 17.51 18.71 -
YUV 92.88 139.91 68.88 -
System Red Green Blue C M Y K H S L
Decimal 10 131 114 0.92 0 0.13 0.49 171.57 0.86 0.28
Hex A 83 72 5C 0 D 31 AC 56 1C
Octal 12 203 162 134 0 15 61 254 126 34
Binary 1010 10000011 1110010 1011100 0 1101 110001 10101100 1010110 11100

Color Harmonies of #0A8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8372

Black with #0A8372

Text Example


Text Example

White with #0A8372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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