Html Css Color HEX #0E600D Green

📋 copy color: '#0E600D'

red 14 ◦ green 96 ◦ blue 13

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

Shades of Green #0E600D

Tints of Green #0E600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 11.38%
G = 78.05%
B = 10.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#0E600D (or 0x0E600D) is known color: Green. HEX triplet: 0E, 60 and 0D. RGB value is (14,96,13). Sum of RGB (Red+Green+Blue) = 14+96+13=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #0E600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E600D is #F19FF2. Grayscale: #3E3E3E. Windows color (decimal): -15835123 or 876558. OLE color: 876558.

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

Color convert

RGB 14 96 13 -
CMYK 0.85 0 0.86 0.62
HSL 119.28º 0.76% 0.21% -
HSV(B) 119.28º 0.86% 0.38% -
XYZ 4.44 8.49 1.79 -
YUV 62.02 100.33 93.75 -
System Red Green Blue C M Y K H S L
Decimal 14 96 13 0.85 0 0.86 0.62 119.28 0.76 0.21
Hex E 60 D 55 0 56 3E 77 4C 15
Octal 16 140 15 125 0 126 76 167 114 25
Binary 1110 1100000 1101 1010101 0 1010110 111110 1110111 1001100 10101

Color Harmonies of #0E600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E600D

Black with #0E600D

Text Example


Text Example

White with #0E600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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