Html Css Color HEX #14760C Green

📋 copy color: '#14760C'

red 20 ◦ green 118 ◦ blue 12

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

Shades of Green #14760C

Tints of Green #14760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 78.67%

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

R = 13.33%
G = 78.67%
B = 8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#14760C (or 0x14760C) is known color: Green. HEX triplet: 14, 76 and 0C. RGB value is (20,118,12). Sum of RGB (Red+Green+Blue) = 20+118+12=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 118 (46.48% from 255 or 78.67% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 118 - color contains mainly: green. Hex color #14760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14760C is #EB89F3. Grayscale: #4C4C4C. Windows color (decimal): -15436276 or 816660. OLE color: 816660.

HSL color Cylindrical-coordinate representation of color #14760C: hue angle of 115.47º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14760C is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 118 12 -
CMYK 0.83 0 0.90 0.54
HSL 115.47º 0.82% 0.25% -
HSV(B) 115.47º 0.9% 0.46% -
XYZ 6.83 13.13 2.52 -
YUV 76.61 91.53 87.62 -
System Red Green Blue C M Y K H S L
Decimal 20 118 12 0.83 0 0.90 0.54 115.47 0.82 0.25
Hex 14 76 C 53 0 5A 36 73 52 19
Octal 24 166 14 123 0 132 66 163 122 31
Binary 10100 1110110 1100 1010011 0 1011010 110110 1110011 1010010 11001

Color Harmonies of #14760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14760C

Black with #14760C

Text Example


Text Example

White with #14760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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