Html Css Color HEX #0E843C Dark Spring Green

📋 copy color: '#0E843C'

red 14 ◦ green 132 ◦ blue 60

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

Shades of Dark Spring Green #0E843C

Tints of Dark Spring Green #0E843C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 6.8%
G = 64.08%
B = 29.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#0E843C (or 0x0E843C) is known color: Dark Spring Green. HEX triplet: 0E, 84 and 3C. RGB value is (14,132,60). Sum of RGB (Red+Green+Blue) = 14+132+60=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #0E843C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E843C is #F17BC3. Grayscale: #585858. Windows color (decimal): -15825860 or 3965966. OLE color: 3965966.

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

Color convert

RGB 14 132 60 -
CMYK 0.89 0 0.55 0.48
HSL 143.39º 0.81% 0.29% -
HSV(B) 143.39º 0.89% 0.52% -
XYZ 9.25 16.92 7.05 -
YUV 88.51 111.91 74.85 -
System Red Green Blue C M Y K H S L
Decimal 14 132 60 0.89 0 0.55 0.48 143.39 0.81 0.29
Hex E 84 3C 59 0 37 30 8F 51 1D
Octal 16 204 74 131 0 67 60 217 121 35
Binary 1110 10000100 111100 1011001 0 110111 110000 10001111 1010001 11101

Color Harmonies of #0E843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E843C

Black with #0E843C

Text Example


Text Example

White with #0E843C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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