#0E6202

Color #0E6202 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0E6202

Tints of Green #0E6202

Color information

#0E6202 (or 0x0E6202) is unknown color: approx Green. HEX triplet: 0E, 62 and 02. RGB value is (14,98,2). Sum of RGB (Red+Green+Blue) = 14+98+2=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 98 (38.67% from 255 or 85.96% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 98 - color contains mainly: green. Hex color #0E6202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6202 is #F19DFD. Grayscale: #3E3E3E. Windows color (decimal): -15834622 or 156174. OLE color: 156174.

HSL color Cylindrical-coordinate representation of color #0E6202: hue angle of 112.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E6202 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB14982-
CMYK0.8600.980.62
HSL112.5º96%19.61%-
HSV(B)112.5º97.96%38.43%-
XYZ4.568.831.52-
YUV61.9494.1793.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.28%
GREEN value IS 98 (38.67% from 255) = 85.96%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=12.28%
G=85.96%
B=1.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal149820.8600.980.62112.59619.61
HexE622560623E706014
Octal16142212601427616014024
Binary11101100010101010110011000101111101110000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E6202;
 }
 .AnyTagClassName
 {
   color: #0E6202;
 }
</style>
background-color css

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

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

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

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

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

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