Html Css Color HEX #0E7E02 Green

📋 copy color: '#0E7E02'

red 14 ◦ green 126 ◦ blue 2

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

Shades of Green #0E7E02

Tints of Green #0E7E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 88.73%

 BLUE value IS 2 (1.17% from 255) = 1.41%

R = 9.86%
G = 88.73%
B = 1.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#0E7E02 (or 0x0E7E02) is known color: Green. HEX triplet: 0E, 7E and 02. RGB value is (14,126,2). Sum of RGB (Red+Green+Blue) = 14+126+2=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 126 (49.61% from 255 or 88.73% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 126 - color contains mainly: green. Hex color #0E7E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7E02 is #F181FD. Grayscale: #4E4E4E. Windows color (decimal): -15827454 or 163342. OLE color: 163342.

HSL color Cylindrical-coordinate representation of color #0E7E02: hue angle of 114.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E7E02 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 126 2 -
CMYK 0.89 0 0.98 0.51
HSL 114.19º 0.97% 0.25% -
HSV(B) 114.19º 0.98% 0.49% -
XYZ 7.65 15.02 2.55 -
YUV 78.38 84.89 82.08 -
System Red Green Blue C M Y K H S L
Decimal 14 126 2 0.89 0 0.98 0.51 114.19 0.97 0.25
Hex E 7E 2 59 0 62 33 72 61 19
Octal 16 176 2 131 0 142 63 162 141 31
Binary 1110 1111110 10 1011001 0 1100010 110011 1110010 1100001 11001

Color Harmonies of #0E7E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7E02

Black with #0E7E02

Text Example


Text Example

White with #0E7E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,126,2); }

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

background-color css

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

 a { background-color: rgb(14,126,2); }

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

border-color css

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

 span { border-color: rgb(14,126,2); }

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