Html Css Color HEX #0D7C14 Green

📋 copy color: '#0D7C14'

red 13 ◦ green 124 ◦ blue 20

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

Shades of Green #0D7C14

Tints of Green #0D7C14

RGB

 RED value IS 13 (5.47% from 255) = 8.28%

 GREEN value IS 124 (48.83% from 255) = 78.98%

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 8.28%
G = 78.98%
B = 12.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#0D7C14 (or 0x0D7C14) is known color: Green. HEX triplet: 0D, 7C and 14. RGB value is (13,124,20). Sum of RGB (Red+Green+Blue) = 13+124+20=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 124 (48.83% from 255 or 78.98% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7C14 is #F283EB. Grayscale: #4F4F4F. Windows color (decimal): -15893484 or 1342477. OLE color: 1342477.

HSL color Cylindrical-coordinate representation of color #0D7C14: hue angle of 123.78º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C14 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 124 20 -
CMYK 0.90 0 0.84 0.51
HSL 123.78º 0.81% 0.27% -
HSV(B) 123.78º 0.9% 0.49% -
XYZ 7.5 14.55 3.08 -
YUV 78.96 94.73 80.96 -
System Red Green Blue C M Y K H S L
Decimal 13 124 20 0.90 0 0.84 0.51 123.78 0.81 0.27
Hex D 7C 14 5A 0 54 33 7C 51 1B
Octal 15 174 24 132 0 124 63 174 121 33
Binary 1101 1111100 10100 1011010 0 1010100 110011 1111100 1010001 11011

Color Harmonies of #0D7C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7C14

Black with #0D7C14

Text Example


Text Example

White with #0D7C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,124,20); }

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

background-color css

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

 a { background-color: rgb(13,124,20); }

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

border-color css

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

 span { border-color: rgb(13,124,20); }

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