Html Css Color HEX #0D6A14 Green

📋 copy color: '#0D6A14'

red 13 ◦ green 106 ◦ blue 20

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

Shades of Green #0D6A14

Tints of Green #0D6A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 76.26%

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

R = 9.35%
G = 76.26%
B = 14.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#0D6A14 (or 0x0D6A14) is known color: Green. HEX triplet: 0D, 6A and 14. RGB value is (13,106,20). Sum of RGB (Red+Green+Blue) = 13+106+20=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 106 (41.80% from 255 or 76.26% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6A14 is #F295EB. Grayscale: #444444. Windows color (decimal): -15898092 or 1337869. OLE color: 1337869.

HSL color Cylindrical-coordinate representation of color #0D6A14: hue angle of 124.52º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6A14 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 106 20 -
CMYK 0.88 0 0.81 0.58
HSL 124.52º 0.78% 0.23% -
HSV(B) 124.52º 0.88% 0.42% -
XYZ 5.45 10.44 2.39 -
YUV 68.39 100.69 88.49 -
System Red Green Blue C M Y K H S L
Decimal 13 106 20 0.88 0 0.81 0.58 124.52 0.78 0.23
Hex D 6A 14 58 0 51 3A 7D 4E 17
Octal 15 152 24 130 0 121 72 175 116 27
Binary 1101 1101010 10100 1011000 0 1010001 111010 1111101 1001110 10111

Color Harmonies of #0D6A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6A14

Black with #0D6A14

Text Example


Text Example

White with #0D6A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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