Html Css Color HEX #0E6002 Green

📋 copy color: '#0E6002'

red 14 ◦ green 96 ◦ blue 2

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

Shades of Green #0E6002

Tints of Green #0E6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 85.71%

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

R = 12.5%
G = 85.71%
B = 1.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#0E6002 (or 0x0E6002) is known color: Green. HEX triplet: 0E, 60 and 02. RGB value is (14,96,2). Sum of RGB (Red+Green+Blue) = 14+96+2=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #0E6002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6002 is #F19FFD. Grayscale: #3D3D3D. Windows color (decimal): -15835134 or 155662. OLE color: 155662.

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

Color convert

RGB 14 96 2 -
CMYK 0.85 0 0.98 0.62
HSL 112.34º 0.96% 0.19% -
HSV(B) 112.34º 0.98% 0.38% -
XYZ 4.37 8.46 1.46 -
YUV 60.77 94.83 94.64 -
System Red Green Blue C M Y K H S L
Decimal 14 96 2 0.85 0 0.98 0.62 112.34 0.96 0.19
Hex E 60 2 55 0 62 3E 70 60 13
Octal 16 140 2 125 0 142 76 160 140 23
Binary 1110 1100000 10 1010101 0 1100010 111110 1110000 1100000 10011

Color Harmonies of #0E6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6002

Black with #0E6002

Text Example


Text Example

White with #0E6002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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