Html Css Color HEX #0E5C04 Green

📋 copy color: '#0E5C04'

red 14 ◦ green 92 ◦ blue 4

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

Shades of Green #0E5C04

Tints of Green #0E5C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 83.64%

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

R = 12.73%
G = 83.64%
B = 3.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#0E5C04 (or 0x0E5C04) is known color: Green. HEX triplet: 0E, 5C and 04. RGB value is (14,92,4). Sum of RGB (Red+Green+Blue) = 14+92+4=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #0E5C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5C04 is #F1A3FB. Grayscale: #3A3A3A. Windows color (decimal): -15836156 or 285710. OLE color: 285710.

HSL color Cylindrical-coordinate representation of color #0E5C04: hue angle of 113.18º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E5C04 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 92 4 -
CMYK 0.85 0 0.96 0.64
HSL 113.18º 0.92% 0.19% -
HSV(B) 113.18º 0.96% 0.36% -
XYZ 4.03 7.76 1.4 -
YUV 58.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 14 92 4 0.85 0 0.96 0.64 113.18 0.92 0.19
Hex E 5C 4 55 0 60 40 71 5C 13
Octal 16 134 4 125 0 140 100 161 134 23
Binary 1110 1011100 100 1010101 0 1100000 1000000 1110001 1011100 10011

Color Harmonies of #0E5C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5C04

Black with #0E5C04

Text Example


Text Example

White with #0E5C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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