Html Css Color HEX #0E8475 Pine Green

📋 copy color: '#0E8475'

red 14 ◦ green 132 ◦ blue 117

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

Shades of Pine Green #0E8475

Tints of Pine Green #0E8475

RGB

 RED value IS 14 (5.86% from 255) = 5.32%

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

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 5.32%
G = 50.19%
B = 44.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#0E8475 (or 0x0E8475) is known color: Pine Green. HEX triplet: 0E, 84 and 75. RGB value is (14,132,117). Sum of RGB (Red+Green+Blue) = 14+132+117=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #0E8475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8475 is #F17B8A. Grayscale: #5E5E5E. Windows color (decimal): -15825803 or 7701518. OLE color: 7701518.

HSL color Cylindrical-coordinate representation of color #0E8475: hue angle of 172.37º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8475 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 132 117 -
CMYK 0.89 0 0.11 0.48
HSL 172.37º 0.81% 0.29% -
HSV(B) 172.37º 0.89% 0.52% -
XYZ 11.64 17.88 19.67 -
YUV 95.01 140.41 70.22 -
System Red Green Blue C M Y K H S L
Decimal 14 132 117 0.89 0 0.11 0.48 172.37 0.81 0.29
Hex E 84 75 59 0 B 30 AC 51 1D
Octal 16 204 165 131 0 13 60 254 121 35
Binary 1110 10000100 1110101 1011001 0 1011 110000 10101100 1010001 11101

Color Harmonies of #0E8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8475

Black with #0E8475

Text Example


Text Example

White with #0E8475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,132,117); }

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

background-color css

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

 a { background-color: rgb(14,132,117); }

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

border-color css

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

 span { border-color: rgb(14,132,117); }

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