Html Css Color HEX #14780F Green

📋 copy color: '#14780F'

red 20 ◦ green 120 ◦ blue 15

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

Shades of Green #14780F

Tints of Green #14780F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 77.42%

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 12.9%
G = 77.42%
B = 9.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#14780F (or 0x14780F) is known color: Green. HEX triplet: 14, 78 and 0F. RGB value is (20,120,15). Sum of RGB (Red+Green+Blue) = 20+120+15=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 120 (47.27% from 255 or 77.42% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 120 - color contains mainly: green. Hex color #14780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14780F is #EB87F0. Grayscale: #4E4E4E. Windows color (decimal): -15435761 or 1013780. OLE color: 1013780.

HSL color Cylindrical-coordinate representation of color #14780F: hue angle of 117.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14780F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 120 15 -
CMYK 0.83 0 0.87 0.53
HSL 117.14º 0.78% 0.26% -
HSV(B) 117.14º 0.88% 0.47% -
XYZ 7.09 13.62 2.71 -
YUV 78.13 92.37 86.54 -
System Red Green Blue C M Y K H S L
Decimal 20 120 15 0.83 0 0.87 0.53 117.14 0.78 0.26
Hex 14 78 F 53 0 57 35 75 4E 1A
Octal 24 170 17 123 0 127 65 165 116 32
Binary 10100 1111000 1111 1010011 0 1010111 110101 1110101 1001110 11010

Color Harmonies of #14780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14780F

Black with #14780F

Text Example


Text Example

White with #14780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14780F; }

 p { color: rgb(20,120,15); }

 H1.HeaderClassName
 {
   color: #14780F;
 }
 .AnyTagClassName
 {
   color: #14780F;
 }
</style>

background-color css

<style>
 a { background-color: #14780F; }

 a { background-color: rgb(20,120,15); }

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

border-color css

<style>
 span { border-color: #14780F; }

 span { border-color: rgb(20,120,15); }

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