Html Css Color HEX #14750F Green

📋 copy color: '#14750F'

red 20 ◦ green 117 ◦ blue 15

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

Shades of Green #14750F

Tints of Green #14750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 76.97%

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

R = 13.16%
G = 76.97%
B = 9.87%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#14750F (or 0x14750F) is known color: Green. HEX triplet: 14, 75 and 0F. RGB value is (20,117,15). Sum of RGB (Red+Green+Blue) = 20+117+15=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #14750F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14750F is #EB8AF0. Grayscale: #4C4C4C. Windows color (decimal): -15436529 or 1013012. OLE color: 1013012.

HSL color Cylindrical-coordinate representation of color #14750F: hue angle of 117.06º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14750F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 15 -
CMYK 0.83 0 0.87 0.54
HSL 117.06º 0.77% 0.26% -
HSV(B) 117.06º 0.87% 0.46% -
XYZ 6.74 12.91 2.59 -
YUV 76.37 93.36 87.79 -
System Red Green Blue C M Y K H S L
Decimal 20 117 15 0.83 0 0.87 0.54 117.06 0.77 0.26
Hex 14 75 F 53 0 57 36 75 4D 1A
Octal 24 165 17 123 0 127 66 165 115 32
Binary 10100 1110101 1111 1010011 0 1010111 110110 1110101 1001101 11010

Color Harmonies of #14750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14750F

Black with #14750F

Text Example


Text Example

White with #14750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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