Html Css Color HEX #0E6C04 Green

📋 copy color: '#0E6C04'

red 14 ◦ green 108 ◦ blue 4

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

Shades of Green #0E6C04

Tints of Green #0E6C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 85.71%

 BLUE value IS 4 (1.95% from 255) = 3.17%

R = 11.11%
G = 85.71%
B = 3.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#0E6C04 (or 0x0E6C04) is known color: Green. HEX triplet: 0E, 6C and 04. RGB value is (14,108,4). Sum of RGB (Red+Green+Blue) = 14+108+4=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 108 (42.58% from 255 or 85.71% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 108 - color contains mainly: green. Hex color #0E6C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6C04 is #F193FB. Grayscale: #444444. Windows color (decimal): -15832060 or 289806. OLE color: 289806.

HSL color Cylindrical-coordinate representation of color #0E6C04: hue angle of 114.23º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E6C04 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 108 4 -
CMYK 0.87 0 0.96 0.58
HSL 114.23º 0.93% 0.22% -
HSV(B) 114.23º 0.96% 0.42% -
XYZ 5.57 10.83 1.91 -
YUV 68.04 91.86 89.46 -
System Red Green Blue C M Y K H S L
Decimal 14 108 4 0.87 0 0.96 0.58 114.23 0.93 0.22
Hex E 6C 4 57 0 60 3A 72 5D 16
Octal 16 154 4 127 0 140 72 162 135 26
Binary 1110 1101100 100 1010111 0 1100000 111010 1110010 1011101 10110

Color Harmonies of #0E6C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6C04

Black with #0E6C04

Text Example


Text Example

White with #0E6C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,108,4); }

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

background-color css

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

 a { background-color: rgb(14,108,4); }

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

border-color css

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

 span { border-color: rgb(14,108,4); }

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