Html Css Color HEX #14680C Green

📋 copy color: '#14680C'

red 20 ◦ green 104 ◦ blue 12

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

Shades of Green #14680C

Tints of Green #14680C

RGB

 RED value IS 20 (8.2% from 255) = 14.71%

 GREEN value IS 104 (41.02% from 255) = 76.47%

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 14.71%
G = 76.47%
B = 8.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#14680C (or 0x14680C) is known color: Green. HEX triplet: 14, 68 and 0C. RGB value is (20,104,12). Sum of RGB (Red+Green+Blue) = 20+104+12=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 104 (41.02% from 255 or 76.47% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 104 - color contains mainly: green. Hex color #14680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14680C is #EB97F3. Grayscale: #444444. Windows color (decimal): -15439860 or 813076. OLE color: 813076.

HSL color Cylindrical-coordinate representation of color #14680C: hue angle of 114.78º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14680C is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 12 -
CMYK 0.81 0 0.88 0.59
HSL 114.78º 0.79% 0.23% -
HSV(B) 114.78º 0.88% 0.41% -
XYZ 5.31 10.08 2.01 -
YUV 68.4 96.17 93.48 -
System Red Green Blue C M Y K H S L
Decimal 20 104 12 0.81 0 0.88 0.59 114.78 0.79 0.23
Hex 14 68 C 51 0 58 3B 73 4F 17
Octal 24 150 14 121 0 130 73 163 117 27
Binary 10100 1101000 1100 1010001 0 1011000 111011 1110011 1001111 10111

Color Harmonies of #14680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14680C

Black with #14680C

Text Example


Text Example

White with #14680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14680C; }

 p { color: rgb(20,104,12); }

 H1.HeaderClassName
 {
   color: #14680C;
 }
 .AnyTagClassName
 {
   color: #14680C;
 }
</style>

background-color css

<style>
 a { background-color: #14680C; }

 a { background-color: rgb(20,104,12); }

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

border-color css

<style>
 span { border-color: #14680C; }

 span { border-color: rgb(20,104,12); }

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