Html Css Color HEX #146712 Green

📋 copy color: '#146712'

red 20 ◦ green 103 ◦ blue 18

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

Shades of Green #146712

Tints of Green #146712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 73.05%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 14.18%
G = 73.05%
B = 12.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#146712 (or 0x146712) is known color: Green. HEX triplet: 14, 67 and 12. RGB value is (20,103,18). Sum of RGB (Red+Green+Blue) = 20+103+18=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #146712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146712 is #EB98ED. Grayscale: #444444. Windows color (decimal): -15440110 or 1206036. OLE color: 1206036.

HSL color Cylindrical-coordinate representation of color #146712: hue angle of 118.59º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146712 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 103 18 -
CMYK 0.81 0 0.83 0.60
HSL 118.59º 0.7% 0.24% -
HSV(B) 118.59º 0.83% 0.4% -
XYZ 5.25 9.89 2.21 -
YUV 68.49 99.5 93.41 -
System Red Green Blue C M Y K H S L
Decimal 20 103 18 0.81 0 0.83 0.60 118.59 0.7 0.24
Hex 14 67 12 51 0 53 3C 77 46 18
Octal 24 147 22 121 0 123 74 167 106 30
Binary 10100 1100111 10010 1010001 0 1010011 111100 1110111 1000110 11000

Color Harmonies of #146712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146712

Black with #146712

Text Example


Text Example

White with #146712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146712; }

 p { color: rgb(20,103,18); }

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

background-color css

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

 a { background-color: rgb(20,103,18); }

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

border-color css

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

 span { border-color: rgb(20,103,18); }

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